home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1997-07-12  |  235KB  |  6,445 lines

  1. inherited MainForm: TMainForm
  2.   Left = 376
  3.   Top = 280
  4.   Width = 575
  5.   Height = 415
  6.   HelpContext = 10
  7.   BorderIcons = [biSystemMenu, biMinimize, biMaximize]
  8.   BorderStyle = bsSizeable
  9.   Caption = 'TechFacts 95'
  10.   Menu = MainMenu1
  11.   PopupMenu = PopupMenu1
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ExplorerButton26: TExplorerButton
  22.     Left = 208
  23.     Top = 112
  24.     Width = 105
  25.     Height = 33
  26.     Hint = 'Uninstall the selected application'
  27.     Bitmap.Data = {
  28.       F6000000424DF600000000000000760000002800000010000000100000000100
  29.       0400000000008000000000000000000000000000000000000000000000000000
  30.       80000080000000808000800000008000800080800000C0C0C000808080000000
  31.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  32.       5555000000005550555500550005505555550055500555555555500550050055
  33.       5555550050501105555555550509991055555005550999910555500505509990
  34.       305555005055090B03055555555550B0B03055550555550B0B33555555555550
  35.       BBB35550555555550BBB55555555555550BB555555555555550B}
  36.     Caption = 'Uninstall'
  37.     Layout = blBitmapLeft
  38.     Options = [boMonoDisplay, boPopupMark, boShowBevel]
  39.     OnClick = ExplorerButton4Click
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.   end
  43.   object HiddenView: TExtlistView
  44.     Left = 24
  45.     Top = 8
  46.     Width = 145
  47.     Height = 81
  48.     Columns = <
  49.       item
  50.         Caption = '1'
  51.       end
  52.       item
  53.         Caption = '2'
  54.       end
  55.       item
  56.         Caption = '3'
  57.       end
  58.       item
  59.         Caption = '4'
  60.       end
  61.       item
  62.         Caption = '5'
  63.       end
  64.       item
  65.         Caption = '6'
  66.       end
  67.       item
  68.         Caption = '7'
  69.       end>
  70.     ReadOnly = False
  71.     TabOrder = 3
  72.     ViewStyle = vsReport
  73.     Visible = False
  74.   end
  75.   object Panel16: TPanel
  76.     Left = 0
  77.     Top = 0
  78.     Width = 567
  79.     Height = 341
  80.     Align = alClient
  81.     BevelInner = bvRaised
  82.     BevelOuter = bvNone
  83.     TabOrder = 1
  84.     Visible = False
  85.     object Panel17: TPanel
  86.       Left = 1
  87.       Top = 1
  88.       Width = 193
  89.       Height = 339
  90.       Align = alLeft
  91.       BevelOuter = bvNone
  92.       TabOrder = 0
  93.       object Label10: TLabel
  94.         Left = 8
  95.         Top = 19
  96.         Width = 48
  97.         Height = 13
  98.         Caption = 'Print Font:'
  99.       end
  100.       object Label13: TLabel
  101.         Left = 8
  102.         Top = 80
  103.         Width = 103
  104.         Height = 13
  105.         Caption = 'Add to Column Width:'
  106.       end
  107.       object FontName1: TLabel
  108.         Left = 64
  109.         Top = 19
  110.         Width = 105
  111.         Height = 13
  112.         AutoSize = False
  113.       end
  114.       object Label11: TLabel
  115.         Left = 8
  116.         Top = 144
  117.         Width = 87
  118.         Height = 13
  119.         Caption = 'Number of Copies:'
  120.       end
  121.       object Panel18: TPanel
  122.         Left = 0
  123.         Top = 298
  124.         Width = 193
  125.         Height = 41
  126.         Align = alBottom
  127.         BevelOuter = bvNone
  128.         TabOrder = 0
  129.         object PrintCancel: TBitBtn
  130.           Left = 104
  131.           Top = 8
  132.           Width = 75
  133.           Height = 25
  134.           Caption = '&Cancel'
  135.           TabOrder = 0
  136.           OnClick = PrintCancelClick
  137.           Kind = bkCancel
  138.         end
  139.         object PrintOk: TBitBtn
  140.           Left = 32
  141.           Top = 8
  142.           Width = 75
  143.           Height = 25
  144.           Caption = '&Print'
  145.           TabOrder = 1
  146.           OnClick = PrintOkClick
  147.         end
  148.       end
  149.       object AddCol: TSpinEdit
  150.         Left = 120
  151.         Top = 77
  152.         Width = 49
  153.         Height = 22
  154.         EditorEnabled = False
  155.         MaxValue = 99
  156.         MinValue = 0
  157.         TabOrder = 1
  158.         Value = 1
  159.         OnChange = AddColChange
  160.       end
  161.       object RadioButton1: TRadioButton
  162.         Left = 8
  163.         Top = 104
  164.         Width = 113
  165.         Height = 17
  166.         Caption = '&Print entire report'
  167.         Checked = True
  168.         TabOrder = 2
  169.         TabStop = True
  170.       end
  171.       object RadioButton2: TRadioButton
  172.         Left = 8
  173.         Top = 120
  174.         Width = 145
  175.         Height = 17
  176.         Caption = 'Print only &selected text'
  177.         TabOrder = 3
  178.       end
  179.       object BitBtn32: TBitBtn
  180.         Left = 56
  181.         Top = 40
  182.         Width = 121
  183.         Height = 25
  184.         Caption = '&Select a new font'
  185.         TabOrder = 4
  186.         OnClick = BitBtn32Click
  187.         Glyph.Data = {
  188.           76010000424D7601000000000000760000002800000020000000100000000100
  189.           04000000000000010000130B0000130B00000000000000000000000000000000
  190.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  191.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  192.           3333333333333333333333333333333333333FF3FFFFFFF33FFF003000000033
  193.           0000773777777733777703330033033330037FFF77F37F33377F700007330333
  194.           3003777777337FFFF77F303003337000007337F77F3377777773303073333033
  195.           003337F77F3337F377F337007333303300333777733337FF77F3330033333703
  196.           07333377F333377F7733330733333300033333773FF3F3777F33333399393300
  197.           033333337737FF777F333333339993307333333333777FF77333333333999930
  198.           3333333333777737333333333333333333333333333333333333333333333333
  199.           3333333333333333333333333333333333333333333333333333}
  200.         NumGlyphs = 2
  201.       end
  202.       object SpinCopies: TSpinEdit
  203.         Left = 120
  204.         Top = 141
  205.         Width = 49
  206.         Height = 22
  207.         MaxValue = 9
  208.         MinValue = 1
  209.         TabOrder = 5
  210.         Value = 1
  211.       end
  212.     end
  213.     object Panel19: TPanel
  214.       Left = 194
  215.       Top = 1
  216.       Width = 372
  217.       Height = 339
  218.       Align = alClient
  219.       BevelOuter = bvNone
  220.       TabOrder = 1
  221.       object RichEdit3: TRichEdit
  222.         Left = 104
  223.         Top = 48
  224.         Width = 185
  225.         Height = 89
  226.         Lines.Strings = (
  227.           'RichEdit3')
  228.         TabOrder = 3
  229.         Visible = False
  230.         WordWrap = False
  231.       end
  232.       object Panel20: TPanel
  233.         Left = 0
  234.         Top = 314
  235.         Width = 372
  236.         Height = 25
  237.         Align = alBottom
  238.         BevelOuter = bvNone
  239.         Ctl3D = False
  240.         ParentCtl3D = False
  241.         TabOrder = 0
  242.       end
  243.       object Panel21: TPanel
  244.         Left = 0
  245.         Top = 0
  246.         Width = 372
  247.         Height = 24
  248.         Align = alTop
  249.         BevelOuter = bvNone
  250.         Caption = 'Print Preview:'
  251.         Ctl3D = False
  252.         ParentCtl3D = False
  253.         TabOrder = 1
  254.       end
  255.       object PrintRich: TRichEdit
  256.         Left = 0
  257.         Top = 24
  258.         Width = 372
  259.         Height = 290
  260.         Align = alClient
  261.         PlainText = True
  262.         ScrollBars = ssBoth
  263.         TabOrder = 2
  264.         WordWrap = False
  265.       end
  266.     end
  267.   end
  268.   object Panel9: TPanel
  269.     Left = 0
  270.     Top = 0
  271.     Width = 567
  272.     Height = 341
  273.     Align = alClient
  274.     BevelOuter = bvNone
  275.     TabOrder = 0
  276.     object MainPageControl: TPageControl
  277.       Left = 0
  278.       Top = 33
  279.       Width = 567
  280.       Height = 308
  281.       HelpContext = 100
  282.       ActivePage = TabSheet1
  283.       Align = alClient
  284.       PopupMenu = PopupMenu2
  285.       TabOrder = 1
  286.       OnChange = MainPageControlChange
  287.       object TabSheet1: TTabSheet
  288.         Caption = '&Monitor'
  289.         object ExtlistView4: TExtlistView
  290.           Left = 134
  291.           Top = 0
  292.           Width = 425
  293.           Height = 280
  294.           Align = alClient
  295.           AutoSort = True
  296.           Columns = <
  297.             item
  298.               Caption = 'Process ID'
  299.             end
  300.             item
  301.               Caption = 'Process Name'
  302.               Width = 70
  303.             end
  304.             item
  305.               Caption = 'Priority'
  306.             end
  307.             item
  308.               Alignment = taRightJustify
  309.               Caption = 'Kernel Mode'
  310.               Width = 70
  311.             end
  312.             item
  313.               Alignment = taRightJustify
  314.               Caption = 'User Mode'
  315.               Width = 70
  316.             end
  317.             item
  318.               Alignment = taRightJustify
  319.               Caption = 'Start'
  320.             end
  321.             item
  322.               Alignment = taRightJustify
  323.               Caption = 'End'
  324.             end>
  325.           ReadOnly = False
  326.           TabOrder = 4
  327.           ViewStyle = vsReport
  328.           Visible = False
  329.         end
  330.         object Panel22: TPanel
  331.           Left = 134
  332.           Top = 0
  333.           Width = 425
  334.           Height = 280
  335.           Align = alClient
  336.           TabOrder = 3
  337.           Visible = False
  338.           object RichEdit4: TRichEdit
  339.             Left = 1
  340.             Top = 1
  341.             Width = 423
  342.             Height = 246
  343.             Align = alClient
  344.             ScrollBars = ssBoth
  345.             TabOrder = 1
  346.             WordWrap = False
  347.           end
  348.           object Panel23: TPanel
  349.             Left = 1
  350.             Top = 247
  351.             Width = 423
  352.             Height = 32
  353.             Align = alBottom
  354.             Alignment = taRightJustify
  355.             BevelOuter = bvLowered
  356.             TabOrder = 0
  357.             object BitBtn5: TExplorerButton
  358.               Left = 8
  359.               Top = 4
  360.               Width = 113
  361.               Height = 25
  362.               Hint = 'Stop the process monitor'
  363.               Bitmap.Data = {
  364.                 F6000000424DF600000000000000760000002800000010000000100000000100
  365.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  366.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  367.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  368.                 FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  369.                 118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  370.                 FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  371.                 118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  372.               Caption = '&Stop Monitor'
  373.               Layout = blBitmapLeft
  374.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  375.               OnClick = BitBtn5Click
  376.               ParentShowHint = False
  377.               ShowHint = True
  378.               PopupMenu = PopupMenu6
  379.             end
  380.           end
  381.         end
  382.         object PageControl1: TPageControl
  383.           Left = 134
  384.           Top = 0
  385.           Width = 425
  386.           Height = 280
  387.           HelpContext = 5
  388.           Align = alClient
  389.           PopupMenu = PopupMenu2
  390.           TabOrder = 1
  391.           Visible = False
  392.           OnChange = PageControl1Change
  393.         end
  394.         object Panel3: TPanel
  395.           Left = 134
  396.           Top = 0
  397.           Width = 425
  398.           Height = 280
  399.           Align = alClient
  400.           TabOrder = 2
  401.           object Panel5: TPanel
  402.             Left = 136
  403.             Top = 8
  404.             Width = 129
  405.             Height = 97
  406.             BevelOuter = bvNone
  407.             TabOrder = 0
  408.             object Gauge2: TGauge
  409.               Left = 0
  410.               Top = 13
  411.               Width = 129
  412.               Height = 68
  413.               Align = alClient
  414.               Kind = gkPie
  415.               ForeColor = clBlue
  416.               Progress = 0
  417.             end
  418.             object Label7: TLabel
  419.               Left = 0
  420.               Top = 0
  421.               Width = 129
  422.               Height = 13
  423.               Align = alTop
  424.               Alignment = taCenter
  425.               AutoSize = False
  426.               Caption = 'USER'
  427.               OnMouseUp = Label7MouseUp
  428.             end
  429.             object Label2: TLabel
  430.               Left = 0
  431.               Top = 81
  432.               Width = 129
  433.               Height = 16
  434.               Align = alBottom
  435.               Alignment = taCenter
  436.               AutoSize = False
  437.               Caption = 'Label2'
  438.               Font.Color = clBlack
  439.               Font.Height = -12
  440.               Font.Name = 'Arial'
  441.               Font.Style = []
  442.               ParentFont = False
  443.               OnMouseUp = Label2MouseUp
  444.             end
  445.           end
  446.           object Panel4: TPanel
  447.             Left = 8
  448.             Top = 8
  449.             Width = 121
  450.             Height = 97
  451.             BevelOuter = bvNone
  452.             TabOrder = 1
  453.             object Label6: TLabel
  454.               Left = 0
  455.               Top = 0
  456.               Width = 121
  457.               Height = 13
  458.               Align = alTop
  459.               Alignment = taCenter
  460.               AutoSize = False
  461.               Caption = 'GDI'
  462.               OnMouseUp = Label6MouseUp
  463.             end
  464.             object Gauge1: TGauge
  465.               Left = 0
  466.               Top = 13
  467.               Width = 121
  468.               Height = 68
  469.               Align = alClient
  470.               Kind = gkPie
  471.               ForeColor = clRed
  472.               Progress = 0
  473.             end
  474.             object Label1: TLabel
  475.               Left = 0
  476.               Top = 81
  477.               Width = 121
  478.               Height = 16
  479.               Align = alBottom
  480.               Alignment = taCenter
  481.               AutoSize = False
  482.               Caption = 'Label1'
  483.               Font.Color = clBlack
  484.               Font.Height = -12
  485.               Font.Name = 'Arial'
  486.               Font.Style = []
  487.               ParentFont = False
  488.               OnMouseUp = Label1MouseUp
  489.             end
  490.           end
  491.           object Panel6: TPanel
  492.             Left = 8
  493.             Top = 112
  494.             Width = 129
  495.             Height = 97
  496.             BevelOuter = bvNone
  497.             TabOrder = 2
  498.             object Label8: TLabel
  499.               Left = 0
  500.               Top = 0
  501.               Width = 129
  502.               Height = 13
  503.               Align = alTop
  504.               Alignment = taCenter
  505.               AutoSize = False
  506.               Caption = 'MEMORY'
  507.               OnMouseUp = Label8MouseUp
  508.             end
  509.             object Gauge3: TGauge
  510.               Left = 0
  511.               Top = 13
  512.               Width = 129
  513.               Height = 68
  514.               Align = alClient
  515.               Kind = gkPie
  516.               ForeColor = clYellow
  517.               Progress = 0
  518.             end
  519.             object Label3: TLabel
  520.               Left = 0
  521.               Top = 81
  522.               Width = 129
  523.               Height = 16
  524.               Align = alBottom
  525.               Alignment = taCenter
  526.               AutoSize = False
  527.               Caption = 'Label3'
  528.               Font.Color = clBlack
  529.               Font.Height = -12
  530.               Font.Name = 'Arial'
  531.               Font.Style = []
  532.               ParentFont = False
  533.               OnMouseUp = Label3MouseUp
  534.             end
  535.           end
  536.           object Panel7: TPanel
  537.             Left = 144
  538.             Top = 112
  539.             Width = 129
  540.             Height = 97
  541.             BevelOuter = bvNone
  542.             TabOrder = 3
  543.             object Gauge4: TGauge
  544.               Left = 0
  545.               Top = 13
  546.               Width = 129
  547.               Height = 69
  548.               Align = alClient
  549.               ForeColor = clGreen
  550.               Progress = 0
  551.             end
  552.             object Label4: TLabel
  553.               Left = 0
  554.               Top = 82
  555.               Width = 129
  556.               Height = 15
  557.               Align = alBottom
  558.               Alignment = taCenter
  559.               AutoSize = False
  560.               Caption = 'Label4'
  561.               Font.Color = clBlack
  562.               Font.Height = -12
  563.               Font.Name = 'Arial'
  564.               Font.Style = []
  565.               ParentFont = False
  566.               OnMouseUp = Label4MouseUp
  567.             end
  568.             object Label9: TLabel
  569.               Left = 0
  570.               Top = 0
  571.               Width = 129
  572.               Height = 13
  573.               Align = alTop
  574.               Alignment = taCenter
  575.               AutoSize = False
  576.               Caption = 'DISK'
  577.               OnMouseUp = Label9MouseUp
  578.             end
  579.           end
  580.         end
  581.         object Panel2: TPanel
  582.           Left = 0
  583.           Top = 0
  584.           Width = 134
  585.           Height = 280
  586.           Align = alLeft
  587.           TabOrder = 0
  588.           object CustomMon: TExplorerButton
  589.             Left = 4
  590.             Top = 8
  591.             Width = 125
  592.             Height = 25
  593.             Hint = 'View the custom monitors'
  594.             Bitmap.Data = {
  595.               F6000000424DF600000000000000760000002800000010000000100000000100
  596.               0400000000008000000000000000000000000000000000000000000000000000
  597.               80000080000000808000800000008000800080800000C0C0C000808080000000
  598.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  599.               3333333338000833333300030990BB03000033309990BBB0333333099990BBBB
  600.               033338999990BBBBB83330999990BBBBB03330999990000000333099990A0CCC
  601.               C033389990AAA0CCC83333090AAAAA0C03333330AAAAAAA0333300330AAAAA03
  602.               3000333338000833333333333333333333333333333333333333}
  603.             Caption = '&Custom Monitors'
  604.             HelpContext = 250
  605.             Layout = blBitmapLeft
  606.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  607.             OnClick = CustomMonClick
  608.             ParentShowHint = False
  609.             ShowHint = True
  610.             PopupMenu = PopupMenu6
  611.           end
  612.           object PerfMon: TExplorerButton
  613.             Left = 4
  614.             Top = 36
  615.             Width = 125
  616.             Height = 25
  617.             Hint = 'View the performance stats monitors'
  618.             Bitmap.Data = {
  619.               F6000000424DF600000000000000760000002800000010000000100000000100
  620.               0400000000008000000000000000000000000000000000000000000000000000
  621.               80000080000000808000800000008000800080800000C0C0C000808080000000
  622.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00338333833383
  623.               33833383838383838383880000000000000033033333333333333809333333C3
  624.               3333330393993C3C333388089898988C8888330339339333C333380C333C3933
  625.               93333303C3C33939C9338808C8C888988C9833033C3333333C3338033C333333
  626.               33C3330333333333333388088888888888883333333333333333}
  627.             Caption = '&Performance'
  628.             HelpContext = 251
  629.             Layout = blBitmapLeft
  630.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  631.             OnClick = PerfMonClick
  632.             ParentShowHint = False
  633.             ShowHint = True
  634.             PopupMenu = PopupMenu6
  635.           end
  636.           object BitBtn16: TExplorerButton
  637.             Left = 4
  638.             Top = 64
  639.             Width = 125
  640.             Height = 25
  641.             Hint = 'Invoke the process monitor'
  642.             Bitmap.Data = {
  643.               F6000000424DF600000000000000760000002800000010000000100000000100
  644.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  645.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  646.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
  647.               00033333333333333333770000000000000033039993BBB3CCC337039993BBB3
  648.               CCC333039993BBB3CCC377079997BBB7CCC7330399930003CCC3370399933333
  649.               CCC3330399933333CCC3770700077777CCC7330333333333CCC3370333333333
  650.               0003330333333333333377077777777777773333333333333333}
  651.             Caption = 'Process &Monitor'
  652.             HelpContext = 252
  653.             Layout = blBitmapLeft
  654.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  655.             OnClick = BitBtn16Click
  656.             ParentShowHint = False
  657.             ShowHint = True
  658.             PopupMenu = PopupMenu6
  659.           end
  660.           object ExplorerButton33: TExplorerButton
  661.             Left = 4
  662.             Top = 164
  663.             Width = 125
  664.             Height = 25
  665.             Hint = 'Display process CPU usage'
  666.             Bitmap.Data = {
  667.               F6000000424DF600000000000000760000002800000010000000100000000100
  668.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  669.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  670.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000033
  671.               3333333330BBB03333333333300000333333333330BBB0333333333300000003
  672.               333333300BBBBB0033333330BBFFFBB033333300BFFFFFB003333300BFF077B0
  673.               30333300BFF7FFB003333330BBF7FBB0333333300BB7BB003333333300000003
  674.               3333333330BBB03333333333300000333333333330BBB0333333}
  675.             Caption = 'Process CP&U Usage'
  676.             Layout = blBitmapLeft
  677.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  678.             OnClick = ExplorerButton33Click
  679.             ParentShowHint = False
  680.             ShowHint = True
  681.             Visible = False
  682.           end
  683.         end
  684.       end
  685.       object TabSheet2: TTabSheet
  686.         Caption = '&Spy'
  687.         object Panel8: TPanel
  688.           Left = 0
  689.           Top = 0
  690.           Width = 121
  691.           Height = 280
  692.           Align = alLeft
  693.           TabOrder = 0
  694.           object BitBtn3: TExplorerButton
  695.             Left = 4
  696.             Top = 8
  697.             Width = 112
  698.             Height = 25
  699.             Hint = 'List all running processes on your system'
  700.             Bitmap.Data = {
  701.               F6000000424DF600000000000000760000002800000010000000100000000100
  702.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  703.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  704.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  705.               195057000FF05559190370FFFF05555919330F00FF055559193300550F055559
  706.               193507550F05559999955570F075501111155500075503330555555555503335
  707.               0555550055033355055550505033355505550500033355550555000000355557
  708.               0755550000055557075555300007555707555533500000555555}
  709.             Caption = '&Processes'
  710.             HelpContext = 253
  711.             Layout = blBitmapLeft
  712.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  713.             OnClick = BitBtn3Click
  714.             ParentShowHint = False
  715.             ShowHint = True
  716.             PopupMenu = PopupMenu6
  717.           end
  718.           object BitBtn4: TExplorerButton
  719.             Left = 4
  720.             Top = 32
  721.             Width = 112
  722.             Height = 25
  723.             Hint = 'List all modules loaded for a specific process'
  724.             Bitmap.Data = {
  725.               F6000000424DF600000000000000760000002800000010000000100000000100
  726.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  727.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  728.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  729.               555500755000000050000B0550CC009050E00B055000000050E00B7750CC0090
  730.               50E077B050CC009050E050B050CC009050E050B770CC009050E0577B00CC0090
  731.               50E0550B30CC00905000550B3000009050E0557000CC00905000555550000090
  732.               5555555555555000555555555555509055555555555550005555}
  733.             Caption = '&Module'
  734.             HelpContext = 254
  735.             Layout = blBitmapLeft
  736.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  737.             OnClick = BitBtn4Click
  738.             ParentShowHint = False
  739.             ShowHint = True
  740.             PopupMenu = PopupMenu6
  741.           end
  742.           object BitBtn11: TExplorerButton
  743.             Left = 4
  744.             Top = 56
  745.             Width = 112
  746.             Height = 25
  747.             Hint = 'List all threads active on your system'
  748.             Bitmap.Data = {
  749.               F6000000424DF600000000000000760000002800000010000000100000000100
  750.               0400000000008000000000000000000000000000000000000000000000000000
  751.               80000080000000808000800000008000800080800000C0C0C000808080000000
  752.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  753.               00005555000FFFFFFFF055000F0F0000FFF0000F0F0FFFFFFFF00F0F0F0F0000
  754.               00F00F0F0F0FFFFFFFF00F0F0F0F000000F00F0F0F0FFFFFFFF00F0F0F0F000F
  755.               FFF00F0F0F0FFFFF00000F0F0F0F00FF0F050F0F0F0FFFFF00550F0F0F000000
  756.               05550F0F0000000555550F000000055555550000000555555555}
  757.             Caption = '&Threads'
  758.             HelpContext = 255
  759.             Layout = blBitmapLeft
  760.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  761.             OnClick = BitBtn11Click
  762.             ParentShowHint = False
  763.             ShowHint = True
  764.             PopupMenu = PopupMenu6
  765.           end
  766.           object BitBtn12: TExplorerButton
  767.             Left = 4
  768.             Top = 80
  769.             Width = 112
  770.             Height = 25
  771.             Hint = 'List all heap blocks loaded for a specific process heap'
  772.             Bitmap.Data = {
  773.               F6000000424DF600000000000000760000002800000010000000100000000100
  774.               0400000000008000000000000000000000000000000000000000000000000000
  775.               80000080000000808000800000008000800080800000C0C0C000808080000000
  776.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00338000000000
  777.               8333330777777777033333070707999703333307777777770333330707070707
  778.               0333330777777777033333070707070703333307777777770333330707070707
  779.               0333330777777777033333070000000703333307000E0E070333330700000007
  780.               0333330777777777033333077777777703333380000000008333}
  781.             Caption = '&Heaps'
  782.             HelpContext = 256
  783.             Layout = blBitmapLeft
  784.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  785.             OnClick = BitBtn12Click
  786.             ParentShowHint = False
  787.             ShowHint = True
  788.             PopupMenu = PopupMenu6
  789.           end
  790.           object BitBtn2: TExplorerButton
  791.             Left = 4
  792.             Top = 104
  793.             Width = 112
  794.             Height = 25
  795.             Hint = 'Show all visible and non-visible windows'
  796.             Bitmap.Data = {
  797.               F6000000424DF600000000000000760000002800000010000000100000000100
  798.               0400000000008000000000000000000000000000000000000000000000000000
  799.               80000080000000808000800000008000800080800000C0C0C000808080000000
  800.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  801.               33333333333C0C33333333333CC0F0C333333333C30F0F0C3333333C00FFF0F0
  802.               C3333CC0FFFFFF0F0C33C30F0FFFFFF0F0C300FFF0FFFFFF0F0C0FFFFF0FFFFF
  803.               F0F030FFFFF0FFFFFF03330FFFFF0FFF00333330FFFFF000333333330FFF0333
  804.               3333333330003333333333333333333333333333333333333333}
  805.             Caption = '&Windows'
  806.             HelpContext = 257
  807.             Layout = blBitmapLeft
  808.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  809.             OnClick = BitBtn2Click
  810.             ParentShowHint = False
  811.             ShowHint = True
  812.             PopupMenu = PopupMenu6
  813.           end
  814.           object BitBtn13: TExplorerButton
  815.             Left = 4
  816.             Top = 128
  817.             Width = 112
  818.             Height = 25
  819.             Hint = 'List all atom strings allocated on your system'
  820.             Bitmap.Data = {
  821.               F6000000424DF600000000000000760000002800000010000000100000000100
  822.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  823.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  824.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  825.               3333333333333333333300300000003300000333003303333003700007330333
  826.               3003303003337000007330307333303300333700733330330033330033333703
  827.               0733330733333300033333339939330003333333339993307333333333999930
  828.               3333333333333333333333333333333333333333333333333333}
  829.             Caption = '&Atoms'
  830.             HelpContext = 258
  831.             Layout = blBitmapLeft
  832.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  833.             OnClick = BitBtn13Click
  834.             ParentShowHint = False
  835.             ShowHint = True
  836.             PopupMenu = PopupMenu6
  837.           end
  838.           object ExplorerButton20: TExplorerButton
  839.             Left = 4
  840.             Top = 152
  841.             Width = 112
  842.             Height = 25
  843.             Hint = 'List the heap usage for each process'
  844.             Bitmap.Data = {
  845.               F6000000424DF600000000000000760000002800000010000000100000000100
  846.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  847.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  848.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  849.               33333330F77777703333330FF08080770333330FF0807077033330FF77808707
  850.               703330FF08807807703000FF08808707700330FF778078077033330FF0808077
  851.               0333330FF080707703333300000000000333330F888777770333330000000000
  852.               0333333330777033333333333000003333333333333333333333}
  853.             Caption = 'Process Heap'
  854.             HelpContext = 297
  855.             Layout = blBitmapLeft
  856.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  857.             OnClick = ExplorerButton20Click
  858.             ParentShowHint = False
  859.             ShowHint = True
  860.             PopupMenu = PopupMenu6
  861.           end
  862.         end
  863.         object ScrollBox3: TScrollBox
  864.           Left = 121
  865.           Top = 0
  866.           Width = 438
  867.           Height = 280
  868.           Align = alClient
  869.           BorderStyle = bsNone
  870.           TabOrder = 1
  871.           object ListView1: TExtlistView
  872.             Left = 0
  873.             Top = 0
  874.             Width = 438
  875.             Height = 280
  876.             Align = alClient
  877.             AutoSort = True
  878.             OnDblClick = ListView1DblClick
  879.             Columns = <>
  880.             ReadOnly = False
  881.             TabOrder = 0
  882.             ViewStyle = vsReport
  883.           end
  884.         end
  885.       end
  886.       object TabSheet3: TTabSheet
  887.         Caption = 'S&ystem'
  888.         object Panel15: TPanel
  889.           Left = 0
  890.           Top = 0
  891.           Width = 121
  892.           Height = 280
  893.           Align = alLeft
  894.           TabOrder = 0
  895.           object BitBtn9: TExplorerButton
  896.             Left = 4
  897.             Top = 8
  898.             Width = 112
  899.             Height = 25
  900.             Hint = 'Display Win95 Version information'
  901.             Bitmap.Data = {
  902.               F6000000424DF600000000000000760000002800000010000000100000000100
  903.               0400000000008000000000000000000000000000000000000000000000000000
  904.               80000080000000808000800000008000800080800000C0C0C000808080000000
  905.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  906.               33333333330003333333333333070333333333B33B000B33B333333BBB0B0BBB
  907.               3333333BBB0F0BBB333333BBB0F8F0BBB33333BB0FB8BF0BB333BBBB0BF8FB0B
  908.               BBB333BB0FBFBF0BB33333BBB0FBF0BBB333333BBB000BBB3333333BBBBBBBBB
  909.               333333B33BBBBB33B3333333333B333333333333333B33333333}
  910.             Caption = '&Version Info'
  911.             HelpContext = 259
  912.             Layout = blBitmapLeft
  913.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  914.             OnClick = BitBtn9Click
  915.             ParentShowHint = False
  916.             ShowHint = True
  917.             PopupMenu = PopupMenu6
  918.           end
  919.           object BitBtn10: TExplorerButton
  920.             Left = 4
  921.             Top = 32
  922.             Width = 112
  923.             Height = 25
  924.             Hint = 'Dump the System'#39's CMOS values'
  925.             Bitmap.Data = {
  926.               F6000000424DF600000000000000760000002800000010000000100000000100
  927.               0400000000008000000000000000000000000000000000000000000000000000
  928.               80000080000000808000800000008000800080800000C0C0C000808080000000
  929.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  930.               33333333333333903333333333333399033300000099999990330FFFF0999999
  931.               99030FFFF099999999900F00F099999999030FFFF099999990330F00FFFFF099
  932.               03330FFFFFFFF09033330F00F000000333330FFFF0FF033333330F07F0F03333
  933.               33330FFFF0033333333300000033333333333333333333333333}
  934.             Caption = '&Dump CMOS'
  935.             Layout = blBitmapLeft
  936.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  937.             OnClick = BitBtn10Click
  938.             ParentShowHint = False
  939.             ShowHint = True
  940.             PopupMenu = PopupMenu6
  941.           end
  942.           object BitBtn14: TExplorerButton
  943.             Left = 4
  944.             Top = 56
  945.             Width = 112
  946.             Height = 25
  947.             Hint = 'Display all Multimedia devices'
  948.             Bitmap.Data = {
  949.               F6000000424DF600000000000000760000002800000010000000100000000100
  950.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  951.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  952.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  953.               3333EEEEEEEEEEEEEEE3E0000000000000E3E0F77777777770E3E0F333333333
  954.               70E3E0F33303333370E3E0F33300333370E3E0F33300033370E3E0F333000033
  955.               70E3E0F33300033370E3E0F33300333370E3E0F33303333370E3E0F333333333
  956.               70E3E0FFFFFFFFFFF0E3E0000000000000E3EEEEEEEEEEEEEEE3}
  957.             Caption = '&Multimedia'
  958.             HelpContext = 261
  959.             Layout = blBitmapLeft
  960.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  961.             OnClick = BitBtn14Click
  962.             ParentShowHint = False
  963.             ShowHint = True
  964.             PopupMenu = PopupMenu6
  965.           end
  966.           object BitBtn15: TExplorerButton
  967.             Left = 4
  968.             Top = 80
  969.             Width = 112
  970.             Height = 25
  971.             Hint = 'Dump the Win95 Performance Stats'
  972.             Bitmap.Data = {
  973.               F6000000424DF600000000000000760000002800000010000000100000000100
  974.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  975.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  976.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
  977.               00033333333333333333770000000000000033039993BBB3CCC337039993BBB3
  978.               CCC333039993BBB3CCC377079997BBB7CCC7330399930003CCC3370399933333
  979.               CCC3330399933333CCC3770700077777CCC7330333333333CCC3370333333333
  980.               0003330333333333333377077777777777773333333333333333}
  981.             Caption = '&Performance'
  982.             HelpContext = 270
  983.             Layout = blBitmapLeft
  984.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  985.             OnClick = BitBtn15Click
  986.             ParentShowHint = False
  987.             ShowHint = True
  988.             PopupMenu = PopupMenu6
  989.           end
  990.           object BitBtn25: TExplorerButton
  991.             Left = 4
  992.             Top = 104
  993.             Width = 112
  994.             Height = 25
  995.             Hint = 'Display the values associated with registry keys'
  996.             Bitmap.Data = {
  997.               F6000000424DF600000000000000760000002800000010000000100000000100
  998.               0400000000008000000000000000000000000000000000000000000000000000
  999.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1000.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  1001.               00005555000FFFFFFFF055000F0F0000FFF0000F0F0FFFFFFFF00F0F0F0F0000
  1002.               00F00F0F0F0FFFFFFFF00F0F0F0F000000F00F0F0F0FFFFFFFF00F0F0F0F000F
  1003.               FFF00F0F0F0FFFFF00000F0F0F0F00FF0F050F0F0F0FFFFF00550F0F0F000000
  1004.               05550F0F0000000555550F000000055555550000000555555555}
  1005.             Caption = '&List Registry'
  1006.             HelpContext = 271
  1007.             Layout = blBitmapLeft
  1008.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1009.             OnClick = BitBtn25Click
  1010.             ParentShowHint = False
  1011.             ShowHint = True
  1012.             PopupMenu = PopupMenu6
  1013.           end
  1014.           object ExplorerButton11: TExplorerButton
  1015.             Left = 4
  1016.             Top = 128
  1017.             Width = 112
  1018.             Height = 25
  1019.             Hint = 'List the devices \ hardware in your system'
  1020.             Bitmap.Data = {
  1021.               F6000000424DF600000000000000760000002800000010000000100000000100
  1022.               0400000000008000000000000000000000000000000000000000000000000000
  1023.               80000080000000808000800000008000800080800000C0C0C000808080000000
  1024.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  1025.               003330FFFFFFFFFFF033330F0F0F0F0F03330000FFFFFFF000030FF700000007
  1026.               FF030F9FFFFFFFF000030FFFFFFFFFFFFF033000000000000033333000000000
  1027.               33333330FFFFFFF033333330F00000F033333330F0AAE0F033333330F0DAD0F0
  1028.               33333330F00000F033333330FFFFFFF033333330000000003333}
  1029.             Caption = 'M&achine'
  1030.             HelpContext = 20
  1031.             Layout = blBitmapLeft
  1032.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1033.             OnClick = ExplorerButton11Click
  1034.             ParentShowHint = False
  1035.             ShowHint = True
  1036.             PopupMenu = PopupMenu6
  1037.           end
  1038.           object BitBtn34: TExplorerButton
  1039.             Left = 4
  1040.             Top = 152
  1041.             Width = 112
  1042.             Height = 25
  1043.             Hint = 'List all device mappings to network resources'
  1044.             Bitmap.Data = {
  1045.               F6000000424DF600000000000000760000002800000010000000100000000100
  1046.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1047.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1048.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1049.               33333333333333333333333333333333333300000000000000000F7777777777
  1050.               77700F988888888888700F880000000088700F888888888888700F8800000000
  1051.               88700F888888888888700F888888888888700FFFFFFFFFFFFFF0000000000000
  1052.               0000333333333333333333333333333333333333333333333333}
  1053.             Caption = 'D&evice Map'
  1054.             HelpContext = 289
  1055.             Layout = blBitmapLeft
  1056.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1057.             OnClick = BitBtn34Click
  1058.             ParentShowHint = False
  1059.             ShowHint = True
  1060.             PopupMenu = PopupMenu6
  1061.           end
  1062.         end
  1063.         object ScrollBox4: TScrollBox
  1064.           Left = 121
  1065.           Top = 0
  1066.           Width = 438
  1067.           Height = 280
  1068.           Align = alClient
  1069.           BorderStyle = bsNone
  1070.           TabOrder = 1
  1071.           object ListView4: TExtlistView
  1072.             Left = 0
  1073.             Top = 0
  1074.             Width = 438
  1075.             Height = 280
  1076.             Align = alClient
  1077.             AutoSort = True
  1078.             OnDblClick = ListView4DblClick
  1079.             Columns = <>
  1080.             ReadOnly = False
  1081.             TabOrder = 0
  1082.             ViewStyle = vsReport
  1083.           end
  1084.         end
  1085.       end
  1086.       object TabSheet4: TTabSheet
  1087.         Caption = '&Action'
  1088.         object Panel26: TPanel
  1089.           Left = 134
  1090.           Top = 0
  1091.           Width = 425
  1092.           Height = 280
  1093.           Align = alClient
  1094.           TabOrder = 1
  1095.           Visible = False
  1096.           object Panel29: TPanel
  1097.             Left = 1
  1098.             Top = 1
  1099.             Width = 423
  1100.             Height = 238
  1101.             Align = alClient
  1102.             TabOrder = 2
  1103.             object ListView2: TExtlistView
  1104.               Left = 1
  1105.               Top = 1
  1106.               Width = 421
  1107.               Height = 236
  1108.               Align = alClient
  1109.               AutoSort = True
  1110.               Columns = <>
  1111.               ReadOnly = False
  1112.               AllocBy = 10000
  1113.               OnChange = ListView2Change
  1114.               TabOrder = 1
  1115.               ViewStyle = vsReport
  1116.             end
  1117.             object RichEdit1: TRichEdit
  1118.               Left = 1
  1119.               Top = 1
  1120.               Width = 421
  1121.               Height = 236
  1122.               Align = alClient
  1123.               ScrollBars = ssBoth
  1124.               TabOrder = 0
  1125.               WordWrap = False
  1126.             end
  1127.           end
  1128.           object Panel28: TPanel
  1129.             Left = 1
  1130.             Top = 1
  1131.             Width = 423
  1132.             Height = 238
  1133.             Align = alClient
  1134.             BevelOuter = bvNone
  1135.             TabOrder = 1
  1136.             Visible = False
  1137.             object ScrollBox2: TScrollBox
  1138.               Left = 0
  1139.               Top = 0
  1140.               Width = 423
  1141.               Height = 238
  1142.               Align = alClient
  1143.               TabOrder = 0
  1144.               object Image1: TImage
  1145.                 Left = 0
  1146.                 Top = 0
  1147.                 Width = 478
  1148.                 Height = 180
  1149.                 AutoSize = True
  1150.               end
  1151.             end
  1152.           end
  1153.           object Panel27: TPanel
  1154.             Left = 1
  1155.             Top = 239
  1156.             Width = 423
  1157.             Height = 40
  1158.             Align = alBottom
  1159.             BevelOuter = bvLowered
  1160.             TabOrder = 0
  1161.             object ConfirmText: TLabel
  1162.               Left = 128
  1163.               Top = 12
  1164.               Width = 257
  1165.               Height = 13
  1166.               Caption = '<-- Click on Save to save the CMOS..'
  1167.               Enabled = False
  1168.             end
  1169.             object Confirm: TExplorerButton
  1170.               Left = 8
  1171.               Top = 8
  1172.               Width = 105
  1173.               Height = 25
  1174.               Hint = 'Click here to confirm the action you selected..'
  1175.               Bitmap.Data = {
  1176.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1177.                 0400000000008000000000000000000000000000000000000000000000000000
  1178.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1179.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1180.                 5555555555555555555555555905555555555555999055555555555599905555
  1181.                 5555555999990555555555999999055555555899059990555555890555599055
  1182.                 5555555555599905555555555555990555555555555559905555555555555589
  1183.                 0555555555555558905555555555555559905555555555555555}
  1184.               Caption = '&Save'
  1185.               Enabled = False
  1186.               Layout = blBitmapLeft
  1187.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1188.               OnClick = ConfirmClick
  1189.               ParentShowHint = False
  1190.               ShowHint = True
  1191.               PopupMenu = PopupMenu6
  1192.             end
  1193.           end
  1194.         end
  1195.         object Panel14: TPanel
  1196.           Left = 0
  1197.           Top = 0
  1198.           Width = 134
  1199.           Height = 0
  1200.           Align = alLeft
  1201.           TabOrder = 0
  1202.           object BitBtn20: TExplorerButton
  1203.             Left = 4
  1204.             Top = 4
  1205.             Width = 125
  1206.             Height = 25
  1207.             Hint = 'Kill a process on the system'
  1208.             Bitmap.Data = {
  1209.               F6000000424DF600000000000000760000002800000010000000100000000100
  1210.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1211.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1212.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1213.               3333333333333333333333003333333300333000033333300003000000000000
  1214.               00000F88FFFF8FFF88F00FFF9FFF8FFFFF700FF999FF800000030FFF9FFF0888
  1215.               80330FFFFFFF0888033370000000000033333333333939993933333333333393
  1216.               3333333333339333933333333333339333333333333333333333}
  1217.             Caption = '&Kill Process'
  1218.             HelpContext = 263
  1219.             Layout = blBitmapLeft
  1220.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1221.             OnClick = BitBtn20Click
  1222.             ParentShowHint = False
  1223.             ShowHint = True
  1224.             PopupMenu = PopupMenu6
  1225.           end
  1226.           object BitBtn21: TExplorerButton
  1227.             Left = 4
  1228.             Top = 32
  1229.             Width = 125
  1230.             Height = 25
  1231.             Hint = 'Unload a module for a specific process'
  1232.             Bitmap.Data = {
  1233.               F6000000424DF600000000000000760000002800000010000000100000000100
  1234.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1235.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1236.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1237.               3303333333333333300033333333333300033333333333300033333333333300
  1238.               0333333700073B7033333307777700B33333307F8F8F7033333377F8F9F8F773
  1239.               3333078F898F8703333307F99999F7033333078F898F8703333377F8F9F8F773
  1240.               3333307F8F8F7033333333077777033333333337000733333333}
  1241.             Caption = '&Unload Module'
  1242.             HelpContext = 264
  1243.             Layout = blBitmapLeft
  1244.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1245.             OnClick = BitBtn21Click
  1246.             ParentShowHint = False
  1247.             ShowHint = True
  1248.             PopupMenu = PopupMenu6
  1249.           end
  1250.           object BitBtn7: TExplorerButton
  1251.             Left = 4
  1252.             Top = 60
  1253.             Width = 125
  1254.             Height = 25
  1255.             Hint = 'Capture and display your desktop image'
  1256.             Bitmap.Data = {
  1257.               F6000000424DF600000000000000760000002800000010000000100000000100
  1258.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1259.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1260.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  1261.               0333300000777777703307777700000003330797A77000333300077777778803
  1262.               3080078888878800077007000087880707800788888788080880077777778800
  1263.               0880088800088803308030000800003333003330803333333333300803333333
  1264.               3333088033333333333330803333333333333303333333333333}
  1265.             Caption = '&Screen Capture'
  1266.             HelpContext = 265
  1267.             Layout = blBitmapLeft
  1268.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1269.             OnClick = BitBtn7Click
  1270.             ParentShowHint = False
  1271.             ShowHint = True
  1272.             PopupMenu = PopupMenu6
  1273.           end
  1274.           object BitBtn18: TExplorerButton
  1275.             Left = 4
  1276.             Top = 88
  1277.             Width = 125
  1278.             Height = 25
  1279.             Hint = 'Save CMOS to a file'
  1280.             Bitmap.Data = {
  1281.               F6000000424DF600000000000000760000002800000010000000100000000100
  1282.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1283.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1284.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1285.               3333300007777777003300000788888800030000078008880003000007800888
  1286.               0003000007888888000300000000000000030000000000000003000FFFFFFFFF
  1287.               0003000FFFFFFFFF0003000FFFFFFFFF0003000FFFFFFFFF0003000FFFFFFFFF
  1288.               0003000FFFFFFFFF0703000FFFFFFFFF00033009999999990033}
  1289.             Caption = 'Save &CMOS'
  1290.             HelpContext = 266
  1291.             Layout = blBitmapLeft
  1292.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1293.             OnClick = BitBtn18Click
  1294.             ParentShowHint = False
  1295.             ShowHint = True
  1296.             PopupMenu = PopupMenu6
  1297.           end
  1298.           object BitBtn19: TExplorerButton
  1299.             Left = 4
  1300.             Top = 116
  1301.             Width = 125
  1302.             Height = 25
  1303.             Hint = 'Restore CMOS from a disk file'
  1304.             Bitmap.Data = {
  1305.               F6000000424DF600000000000000760000002800000010000000100000000100
  1306.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1307.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1308.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1309.               333333333300000000003333330FFFFFFFF03333330FFFFFFFF03333330F00F0
  1310.               00F03330330FFFFFFFF03339030F0800F0F03339900FFFFFFFF00999990F00F0
  1311.               000009999990FFF0FF030999999908F0F03309999990FFF00333099999000000
  1312.               3333333990333333333333390333333333333330333333333333}
  1313.             Caption = '&Restore CMOS'
  1314.             HelpContext = 267
  1315.             Layout = blBitmapLeft
  1316.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1317.             OnClick = BitBtn19Click
  1318.             ParentShowHint = False
  1319.             ShowHint = True
  1320.             PopupMenu = PopupMenu6
  1321.           end
  1322.         end
  1323.       end
  1324.       object TabSheet5: TTabSheet
  1325.         Caption = '&Tools'
  1326.         object Panel49: TPanel
  1327.           Left = 121
  1328.           Top = 0
  1329.           Width = 438
  1330.           Height = 280
  1331.           Align = alClient
  1332.           TabOrder = 4
  1333.           Visible = False
  1334.           object Panel50: TPanel
  1335.             Left = 1
  1336.             Top = 1
  1337.             Width = 436
  1338.             Height = 104
  1339.             Align = alTop
  1340.             TabOrder = 0
  1341.             object Label19: TLabel
  1342.               Left = 8
  1343.               Top = 8
  1344.               Width = 121
  1345.               Height = 13
  1346.               Caption = 'Find this File/Folder'
  1347.             end
  1348.             object Label20: TLabel
  1349.               Left = 8
  1350.               Top = 32
  1351.               Width = 89
  1352.               Height = 17
  1353.               Caption = 'Replace it with this'
  1354.             end
  1355.             object ExplorerButton5: TExplorerButton
  1356.               Left = 386
  1357.               Top = 6
  1358.               Width = 21
  1359.               Height = 21
  1360.               Hint = 'ExplorerButton'
  1361.               Bitmap.Data = {
  1362.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1363.                 0400000000008000000000000000000000000000000000000000000000000000
  1364.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1365.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  1366.                 333B3BB3888BB8888BB333B0000000000B333330FFFFFFFF08333330FFFFFFFF
  1367.                 08333330F00F000F08333330FFFFFFFF0833BBB0F0000F0F0BB33BB0FFFFFFFF
  1368.                 0BBB3330F00F000003333330FFFF0FF033333330F07F0F0B33333330FFFF003B
  1369.                 B33333B000000333BB333BB3333BB3333BB3B333333B3333333B}
  1370.               Caption = 'ExplorerButton'
  1371.               Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  1372.               OnClick = ExplorerButton5Click
  1373.               ParentShowHint = False
  1374.               ShowHint = True
  1375.             end
  1376.             object ExplorerButton6: TExplorerButton
  1377.               Left = 408
  1378.               Top = 6
  1379.               Width = 21
  1380.               Height = 21
  1381.               Hint = 'ExplorerButton'
  1382.               Bitmap.Data = {
  1383.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1384.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1385.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1386.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1387.                 5555555555555555555555555555555555555555555555555555550000000000
  1388.                 5555500B8B8B8B8B055550F0B8B8B8B8B05550BF0B8B8B8B8B0550FBF0000000
  1389.                 000550BFBFBFBFB0555550FBFBFBFBF0555550BFBFBF00055555550BFBF05555
  1390.                 5555557000075555555555555555555555555555555555555555}
  1391.               Caption = 'ExplorerButton'
  1392.               Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  1393.               OnClick = ExplorerButton6Click
  1394.               ParentShowHint = False
  1395.               ShowHint = True
  1396.             end
  1397.             object ExplorerButton7: TExplorerButton
  1398.               Left = 386
  1399.               Top = 30
  1400.               Width = 21
  1401.               Height = 21
  1402.               Hint = 'ExplorerButton'
  1403.               Bitmap.Data = {
  1404.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1405.                 0400000000008000000000000000000000000000000000000000000000000000
  1406.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1407.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  1408.                 333B3BB3888BB8888BB333B0000000000B333330FFFFFFFF08333330FFFFFFFF
  1409.                 08333330F00F000F08333330FFFFFFFF0833BBB0F0000F0F0BB33BB0FFFFFFFF
  1410.                 0BBB3330F00F000003333330FFFF0FF033333330F07F0F0B33333330FFFF003B
  1411.                 B33333B000000333BB333BB3333BB3333BB3B333333B3333333B}
  1412.               Caption = 'ExplorerButton'
  1413.               Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  1414.               OnClick = ExplorerButton7Click
  1415.               ParentShowHint = False
  1416.               ShowHint = True
  1417.             end
  1418.             object ExplorerButton8: TExplorerButton
  1419.               Left = 408
  1420.               Top = 30
  1421.               Width = 21
  1422.               Height = 21
  1423.               Hint = 'ExplorerButton'
  1424.               Bitmap.Data = {
  1425.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1426.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1427.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1428.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1429.                 5555555555555555555555555555555555555555555555555555550000000000
  1430.                 5555500B8B8B8B8B055550F0B8B8B8B8B05550BF0B8B8B8B8B0550FBF0000000
  1431.                 000550BFBFBFBFB0555550FBFBFBFBF0555550BFBFBF00055555550BFBF05555
  1432.                 5555557000075555555555555555555555555555555555555555}
  1433.               Caption = 'ExplorerButton'
  1434.               Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  1435.               ParentShowHint = False
  1436.               ShowHint = True
  1437.             end
  1438.             object StartSearchBtn: TExplorerButton
  1439.               Left = 8
  1440.               Top = 56
  1441.               Width = 73
  1442.               Height = 40
  1443.               Hint = 'Click here to start the Move It! process'
  1444.               Bitmap.Data = {
  1445.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1446.                 0400000000008000000000000000000000000000000000000000000000000000
  1447.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1448.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1449.                 5555555555555555555555555905555555555555999055555555555599905555
  1450.                 5555555999990555555555999999055555555899059990555555890555599055
  1451.                 5555555555599905555555555555990555555555555559905555555555555589
  1452.                 0555555555555558905555555555555559905555555555555555}
  1453.               Caption = 'no file\fldr'
  1454.               Enabled = False
  1455.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1456.               OnClick = StartSearchBtnClick
  1457.               ParentShowHint = False
  1458.               ShowHint = True
  1459.             end
  1460.             object Label21: TLabel
  1461.               Left = 104
  1462.               Top = 88
  1463.               Width = 257
  1464.               Height = 13
  1465.               Alignment = taCenter
  1466.               AutoSize = False
  1467.             end
  1468.             object CancelSearchBtn: TExplorerButton
  1469.               Left = 88
  1470.               Top = 56
  1471.               Width = 73
  1472.               Height = 40
  1473.               Hint = 'Click here to abort without replacing the file\folder'
  1474.               Bitmap.Data = {
  1475.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1476.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1477.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1478.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  1479.                 FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  1480.                 118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  1481.                 FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  1482.                 118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  1483.               Caption = '&Abort'
  1484.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1485.               OnClick = CancelSearchBtnClick
  1486.               ParentShowHint = False
  1487.               ShowHint = True
  1488.               Visible = False
  1489.             end
  1490.             object Edit5: TEdit
  1491.               Left = 128
  1492.               Top = 5
  1493.               Width = 257
  1494.               Height = 21
  1495.               TabOrder = 0
  1496.               OnChange = Edit5Change
  1497.             end
  1498.             object Edit6: TEdit
  1499.               Left = 128
  1500.               Top = 29
  1501.               Width = 257
  1502.               Height = 21
  1503.               TabOrder = 1
  1504.             end
  1505.             object CheckBox13: TCheckBox
  1506.               Left = 104
  1507.               Top = 56
  1508.               Width = 145
  1509.               Height = 17
  1510.               Caption = 'Check all INI files'
  1511.               State = cbChecked
  1512.               TabOrder = 2
  1513.             end
  1514.             object CheckBox14: TCheckBox
  1515.               Left = 104
  1516.               Top = 70
  1517.               Width = 145
  1518.               Height = 17
  1519.               Caption = 'Check the Registry'
  1520.               State = cbChecked
  1521.               TabOrder = 3
  1522.             end
  1523.             object CheckBox15: TCheckBox
  1524.               Left = 256
  1525.               Top = 56
  1526.               Width = 169
  1527.               Height = 17
  1528.               Caption = 'Check Program Groups'
  1529.               State = cbChecked
  1530.               TabOrder = 4
  1531.             end
  1532.             object CheckBox17: TCheckBox
  1533.               Left = 256
  1534.               Top = 70
  1535.               Width = 153
  1536.               Height = 17
  1537.               Caption = 'Check Shortcuts'
  1538.               State = cbChecked
  1539.               TabOrder = 5
  1540.             end
  1541.           end
  1542.           object ScrollBox7: TScrollBox
  1543.             Left = 1
  1544.             Top = 105
  1545.             Width = 436
  1546.             Height = 174
  1547.             Align = alClient
  1548.             BorderStyle = bsNone
  1549.             TabOrder = 1
  1550.             object lvFound: TExtlistView
  1551.               Left = 0
  1552.               Top = 0
  1553.               Width = 436
  1554.               Height = 174
  1555.               Align = alClient
  1556.               AutoSort = True
  1557.               OnDblClick = lvFoundDblClick
  1558.               Columns = <
  1559.                 item
  1560.                   Caption = 'Item'
  1561.                   Width = 100
  1562.                 end
  1563.                 item
  1564.                   Caption = 'Path'
  1565.                   Width = 70
  1566.                 end
  1567.                 item
  1568.                   Caption = 'Type'
  1569.                   Width = 70
  1570.                 end
  1571.                 item
  1572.                   Caption = 'SubType'
  1573.                   Width = 70
  1574.                 end
  1575.                 item
  1576.                   Caption = 'Data'
  1577.                   Width = 12
  1578.                   WidthType = (
  1579.                     -1)
  1580.                 end>
  1581.               ReadOnly = False
  1582.               OnMouseUp = lvFoundMouseUp
  1583.               TabOrder = 0
  1584.               ViewStyle = vsReport
  1585.             end
  1586.           end
  1587.         end
  1588.         object RichEdit2: TRichEdit
  1589.           Left = 121
  1590.           Top = 0
  1591.           Width = 438
  1592.           Height = 280
  1593.           Align = alClient
  1594.           ScrollBars = ssBoth
  1595.           TabOrder = 2
  1596.           Visible = False
  1597.           WordWrap = False
  1598.         end
  1599.         object Panel13: TPanel
  1600.           Left = 121
  1601.           Top = 0
  1602.           Width = 438
  1603.           Height = 280
  1604.           Align = alClient
  1605.           TabOrder = 1
  1606.           Visible = False
  1607.           object Panel24: TPanel
  1608.             Left = 1
  1609.             Top = 247
  1610.             Width = 436
  1611.             Height = 32
  1612.             Align = alBottom
  1613.             BevelOuter = bvLowered
  1614.             TabOrder = 0
  1615.             object GoButton: TExplorerButton
  1616.               Left = 4
  1617.               Top = 4
  1618.               Width = 81
  1619.               Height = 24
  1620.               Hint = 'Start the System Watch'
  1621.               Bitmap.Data = {
  1622.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1623.                 0400000000008000000000000000000000000000000000000000000000000000
  1624.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1625.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1626.                 5555555555555555555555555905555555555555999055555555555599905555
  1627.                 5555555999990555555555999999055555555899059990555555890555599055
  1628.                 5555555555599905555555555555990555555555555559905555555555555589
  1629.                 0555555555555558905555555555555559905555555555555555}
  1630.               Caption = '&Go'
  1631.               Layout = blBitmapLeft
  1632.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1633.               OnClick = GoButtonClick
  1634.               ParentShowHint = False
  1635.               ShowHint = True
  1636.             end
  1637.             object StopButton: TExplorerButton
  1638.               Left = 88
  1639.               Top = 4
  1640.               Width = 105
  1641.               Height = 25
  1642.               Hint = 'Abort the snapshot'
  1643.               Bitmap.Data = {
  1644.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1645.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  1646.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1647.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  1648.                 FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  1649.                 118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  1650.                 FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  1651.                 118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  1652.               Caption = '&Abort Snapshot'
  1653.               Layout = blBitmapLeft
  1654.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1655.               OnClick = StopButtonClick
  1656.               ParentShowHint = False
  1657.               ShowHint = True
  1658.               Visible = False
  1659.             end
  1660.             object Panel11: TPanel
  1661.               Left = 208
  1662.               Top = 1
  1663.               Width = 227
  1664.               Height = 30
  1665.               Align = alRight
  1666.               BevelOuter = bvNone
  1667.               TabOrder = 0
  1668.             end
  1669.           end
  1670.           object ScrollBox1: TScrollBox
  1671.             Left = 1
  1672.             Top = 1
  1673.             Width = 436
  1674.             Height = 246
  1675.             Align = alClient
  1676.             BorderStyle = bsNone
  1677.             TabOrder = 1
  1678.             object Button3: TExplorerButton
  1679.               Left = 396
  1680.               Top = 96
  1681.               Width = 33
  1682.               Height = 33
  1683.               Hint = 'Remove an INI file from the list'
  1684.               Bitmap.Data = {
  1685.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1686.                 0400000000008000000000000000000000000000000000000000000000000000
  1687.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1688.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550000000005
  1689.                 555555000000007055555550BBBBB00705555550B000B03070555550BBBBB033
  1690.                 00555550BBBBB033055555500000003305555550BBBBB03305555550B000B033
  1691.                 05555550BBBBB03305555550BBBBB03305555500000000030555550888888800
  1692.                 055555500B3B3B30055555555003B3B300555555558000000055}
  1693.               Caption = '&Del'
  1694.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1695.               Font.Color = clBlack
  1696.               Font.Height = -8
  1697.               Font.Name = 'MS Serif'
  1698.               Font.Style = []
  1699.               OnClick = Button3Click
  1700.               ParentFont = False
  1701.               ParentShowHint = False
  1702.               ShowHint = True
  1703.             end
  1704.             object Button2: TExplorerButton
  1705.               Left = 396
  1706.               Top = 64
  1707.               Width = 33
  1708.               Height = 33
  1709.               Hint = 'Add a new INI file to the list'
  1710.               Bitmap.Data = {
  1711.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1712.                 0400000000008000000000000000000000000000000000000000000000000000
  1713.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1714.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00550000000005
  1715.                 555555000000007055555550BBBBB00705555550B000B030705550000000B033
  1716.                 005550BBBBB00033055550B000B07033055550BBBBB07033055550BBBBB00033
  1717.                 055550000000803305555550FFF8803305555500000000030555550888888800
  1718.                 0555555003B3B3B005555555500B3B3B00555555558000000055}
  1719.               Caption = '&Add'
  1720.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1721.               Font.Color = clBlack
  1722.               Font.Height = -8
  1723.               Font.Name = 'MS Serif'
  1724.               Font.Style = []
  1725.               OnClick = Button2Click
  1726.               ParentFont = False
  1727.               ParentShowHint = False
  1728.               ShowHint = True
  1729.             end
  1730.             object CheckBox10: TCheckBox
  1731.               Left = 8
  1732.               Top = 192
  1733.               Width = 297
  1734.               Height = 17
  1735.               Caption = 'C&ontinue watch even if your system reboots...'
  1736.               State = cbChecked
  1737.               TabOrder = 0
  1738.             end
  1739.             object ScrollBox8: TScrollBox
  1740.               Left = 124
  1741.               Top = 133
  1742.               Width = 289
  1743.               Height = 58
  1744.               HorzScrollBar.Tracking = True
  1745.               VertScrollBar.Tracking = True
  1746.               TabOrder = 1
  1747.             end
  1748.             object CheckBox4: TCheckBox
  1749.               Left = 8
  1750.               Top = 136
  1751.               Width = 113
  1752.               Height = 17
  1753.               Caption = 'Watch &Disks:'
  1754.               State = cbChecked
  1755.               TabOrder = 2
  1756.             end
  1757.             object CheckBox3: TCheckBox
  1758.               Left = 8
  1759.               Top = 100
  1760.               Width = 145
  1761.               Height = 17
  1762.               Caption = 'Watch &Registry'
  1763.               State = cbChecked
  1764.               TabOrder = 3
  1765.             end
  1766.             object lbIniFiles: TListBox
  1767.               Left = 192
  1768.               Top = 64
  1769.               Width = 201
  1770.               Height = 65
  1771.               ItemHeight = 13
  1772.               TabOrder = 4
  1773.             end
  1774.             object CheckBox2: TCheckBox
  1775.               Left = 8
  1776.               Top = 64
  1777.               Width = 177
  1778.               Height = 17
  1779.               Caption = 'Watch &Contents of INI files:'
  1780.               State = cbChecked
  1781.               TabOrder = 5
  1782.             end
  1783.             object GroupBox1: TGroupBox
  1784.               Left = 4
  1785.               Top = 2
  1786.               Width = 425
  1787.               Height = 57
  1788.               Caption = 'Type of System Watch'
  1789.               TabOrder = 6
  1790.               object SpeedButton11: TSpeedButton
  1791.                 Left = 396
  1792.                 Top = 32
  1793.                 Width = 21
  1794.                 Height = 21
  1795.                 Glyph.Data = {
  1796.                   78010000424D7801000000000000760000002800000020000000100000000100
  1797.                   04000000000000000000120B0000120B00000000000000000000000000000000
  1798.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1799.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  1800.                   333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  1801.                   300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  1802.                   333337F373F773333333303330033333333337F3377333333333303333333333
  1803.                   333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  1804.                   333337777F337F33333330330BB00333333337F373F773333333303330033333
  1805.                   333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  1806.                   333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  1807.                   333373F7733333333333300333333333333337733333333333330000}
  1808.                 NumGlyphs = 2
  1809.                 OnClick = SpeedButton11Click
  1810.               end
  1811.               object InstNameLabel: TLabel
  1812.                 Left = 240
  1813.                 Top = 20
  1814.                 Width = 153
  1815.                 Height = 13
  1816.                 Alignment = taRightJustify
  1817.                 AutoSize = False
  1818.               end
  1819.               object RadioButton3: TRadioButton
  1820.                 Left = 8
  1821.                 Top = 14
  1822.                 Width = 177
  1823.                 Height = 17
  1824.                 Caption = '&Watch all programs'
  1825.                 Checked = True
  1826.                 TabOrder = 0
  1827.                 TabStop = True
  1828.               end
  1829.               object RadioButton4: TRadioButton
  1830.                 Left = 8
  1831.                 Top = 33
  1832.                 Width = 121
  1833.                 Height = 17
  1834.                 Caption = '&Run this program:'
  1835.                 TabOrder = 1
  1836.               end
  1837.               object Edit3: TEdit
  1838.                 Left = 136
  1839.                 Top = 32
  1840.                 Width = 257
  1841.                 Height = 21
  1842.                 TabOrder = 2
  1843.                 OnChange = Edit3Change
  1844.               end
  1845.             end
  1846.           end
  1847.         end
  1848.         object Panel12: TPanel
  1849.           Left = 121
  1850.           Top = 0
  1851.           Width = 438
  1852.           Height = 280
  1853.           Align = alClient
  1854.           TabOrder = 3
  1855.           Visible = False
  1856.           object Panel25: TPanel
  1857.             Left = 1
  1858.             Top = 1
  1859.             Width = 152
  1860.             Height = 278
  1861.             Align = alLeft
  1862.             TabOrder = 0
  1863.             object BitBtn27: TExplorerButton
  1864.               Left = 16
  1865.               Top = 80
  1866.               Width = 121
  1867.               Height = 25
  1868.               Bitmap.Data = {
  1869.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1870.                 0400000000008000000000000000000000000000000000000000000000000000
  1871.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1872.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1873.                 333333333000003333333330099999003333330997FFF79903333099FFFCFFF9
  1874.                 9033309FFFFFFFCF9033097FF0FFFFFF790309FFFF0FFFFFF90309FCFFF90000
  1875.                 F90309FFFFFFFFFFF903097FFFFFFFFF7903309FCFFFFFCF90333099FFFCFFF9
  1876.                 9033330997FCF799033333300999990033333333300000333333}
  1877.               Caption = 'Scan &Disk'
  1878.               Layout = blBitmapLeft
  1879.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1880.               OnClick = BitBtn27Click
  1881.               PopupMenu = PopupMenu6
  1882.             end
  1883.             object btnUp: TExplorerButton
  1884.               Left = 16
  1885.               Top = 112
  1886.               Width = 121
  1887.               Height = 25
  1888.               Bitmap.Data = {
  1889.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1890.                 0400000000008000000000000000000000000000000000000000000000000000
  1891.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  1892.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  1893.                 33333330B00000003333333000000000333333330EEEEEE03333333300000000
  1894.                 3333333330BFBFB0333333330BFBFBFB033333330FBFBF0F033333330BFBFB0B
  1895.                 033333330F0F0F00333333330B0B0B0333333333300F0F033333333333300B03
  1896.                 3333333333330F033333333333330B0333333333333330333333}
  1897.               Caption = '&Go to Parent'
  1898.               Enabled = False
  1899.               Layout = blBitmapLeft
  1900.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  1901.               OnClick = btnUpClick
  1902.               PopupMenu = PopupMenu6
  1903.             end
  1904.             object DriveComboBox1: TDriveComboBox
  1905.               Left = 8
  1906.               Top = 56
  1907.               Width = 137
  1908.               Height = 19
  1909.               HelpContext = 283
  1910.               PopupMenu = PopupMenu2
  1911.               TabOrder = 0
  1912.             end
  1913.             object Panel30: TPanel
  1914.               Left = 3
  1915.               Top = 8
  1916.               Width = 142
  1917.               Height = 41
  1918.               TabOrder = 1
  1919.               object RadioButton5: TRadioButton
  1920.                 Left = 4
  1921.                 Top = 4
  1922.                 Width = 135
  1923.                 Height = 17
  1924.                 HelpContext = 281
  1925.                 Caption = '&Show Actual Usage'
  1926.                 Checked = True
  1927.                 PopupMenu = PopupMenu2
  1928.                 TabOrder = 0
  1929.                 TabStop = True
  1930.               end
  1931.               object RadioButton6: TRadioButton
  1932.                 Left = 4
  1933.                 Top = 20
  1934.                 Width = 133
  1935.                 Height = 17
  1936.                 HelpContext = 282
  1937.                 Caption = 'Show &Slack Usage'
  1938.                 PopupMenu = PopupMenu2
  1939.                 TabOrder = 1
  1940.               end
  1941.             end
  1942.           end
  1943.           object Panel39: TPanel
  1944.             Left = 153
  1945.             Top = 1
  1946.             Width = 136
  1947.             Height = 278
  1948.             Align = alLeft
  1949.             TabOrder = 1
  1950.             Visible = False
  1951.             object GroupBox9: TGroupBox
  1952.               Left = 1
  1953.               Top = 73
  1954.               Width = 134
  1955.               Height = 204
  1956.               Align = alClient
  1957.               Caption = 'drive && path'
  1958.               TabOrder = 0
  1959.               object Label12: TLabel
  1960.                 Left = 2
  1961.                 Top = 15
  1962.                 Width = 130
  1963.                 Height = 13
  1964.                 Align = alTop
  1965.                 Caption = 'c:\'
  1966.               end
  1967.               object TreeView2: TTreeView
  1968.                 Left = 2
  1969.                 Top = 28
  1970.                 Width = 130
  1971.                 Height = 141
  1972.                 Indent = 19
  1973.                 OnExpanding = TreeView1Expanding
  1974.                 OnChange = TreeView2Change
  1975.                 Align = alClient
  1976.                 ParentColor = False
  1977.                 TabOrder = 0
  1978.                 OnClick = TreeView1Click
  1979.               end
  1980.               object Panel40: TPanel
  1981.                 Left = 2
  1982.                 Top = 169
  1983.                 Width = 130
  1984.                 Height = 33
  1985.                 Align = alBottom
  1986.                 BevelOuter = bvNone
  1987.                 TabOrder = 1
  1988.                 object BitBtn22: TExplorerButton
  1989.                   Left = 4
  1990.                   Top = 4
  1991.                   Width = 122
  1992.                   Height = 24
  1993.                   Hint = 'Start the search for program versions'
  1994.                   Bitmap.Data = {
  1995.                     F6000000424DF600000000000000760000002800000010000000100000000100
  1996.                     0400000000008000000000000000000000000000000000000000000000000000
  1997.                     80000080000000808000800000008000800080800000C0C0C000808080000000
  1998.                     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  1999.                     5555555555555555555555555905555555555555999055555555555599905555
  2000.                     5555555999990555555555999999055555555899059990555555890555599055
  2001.                     5555555555599905555555555555990555555555555559905555555555555589
  2002.                     0555555555555558905555555555555559905555555555555555}
  2003.                   Caption = '&Start Search'
  2004.                   Layout = blBitmapLeft
  2005.                   Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2006.                   OnClick = BitBtn30Click
  2007.                   ParentShowHint = False
  2008.                   ShowHint = True
  2009.                   PopupMenu = PopupMenu6
  2010.                 end
  2011.               end
  2012.             end
  2013.             object Panel41: TPanel
  2014.               Left = 1
  2015.               Top = 1
  2016.               Width = 134
  2017.               Height = 72
  2018.               Align = alTop
  2019.               BevelOuter = bvNone
  2020.               TabOrder = 1
  2021.               object BitBtn35: TExplorerButton
  2022.                 Left = 4
  2023.                 Top = 44
  2024.                 Width = 126
  2025.                 Height = 25
  2026.                 Hint = 'Browse for a specific file then show it'#39's version info'
  2027.                 Bitmap.Data = {
  2028.                   F6000000424DF600000000000000760000002800000010000000100000000100
  2029.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  2030.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2031.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2032.                   5555555555555555555555555555555555555555555555555555550000000000
  2033.                   5555500B8B8B8B8B055550F0B8B8B8B8B05550BF0B8B8B8B8B0550FBF0000000
  2034.                   000550BFBFBFBFB0555550FBFBFBFBF0555550BFBFBF00055555550BFBF05555
  2035.                   5555557000075555555555555555555555555555555555555555}
  2036.                 Caption = '&Browse for a file'
  2037.                 Layout = blBitmapLeft
  2038.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2039.                 OnClick = BitBtn35Click
  2040.                 ParentShowHint = False
  2041.                 ShowHint = True
  2042.                 PopupMenu = PopupMenu6
  2043.               end
  2044.               object CheckBox11: TCheckBox
  2045.                 Left = 4
  2046.                 Top = 4
  2047.                 Width = 125
  2048.                 Height = 17
  2049.                 Caption = '&Files w/version only'
  2050.                 State = cbChecked
  2051.                 TabOrder = 0
  2052.               end
  2053.               object CheckBox12: TCheckBox
  2054.                 Left = 4
  2055.                 Top = 24
  2056.                 Width = 117
  2057.                 Height = 17
  2058.                 Caption = 'EXE files only'
  2059.                 TabOrder = 1
  2060.               end
  2061.             end
  2062.           end
  2063.           object ScrollBox5: TScrollBox
  2064.             Left = 289
  2065.             Top = 1
  2066.             Width = 148
  2067.             Height = 278
  2068.             Align = alClient
  2069.             BorderStyle = bsNone
  2070.             TabOrder = 2
  2071.             object ListView3: TExtlistView
  2072.               Left = 0
  2073.               Top = 0
  2074.               Width = 148
  2075.               Height = 278
  2076.               Align = alClient
  2077.               AutoSort = True
  2078.               OnDblClick = ListView3DblClick
  2079.               Columns = <>
  2080.               ReadOnly = False
  2081.               TabOrder = 0
  2082.               ViewStyle = vsReport
  2083.             end
  2084.           end
  2085.         end
  2086.         object Panel10: TPanel
  2087.           Left = 0
  2088.           Top = 0
  2089.           Width = 121
  2090.           Height = 0
  2091.           Align = alLeft
  2092.           TabOrder = 0
  2093.           object BitBtn8: TExplorerButton
  2094.             Left = 4
  2095.             Top = 4
  2096.             Width = 112
  2097.             Height = 25
  2098.             Hint = 'Invoke the System Watch function'
  2099.             Bitmap.Data = {
  2100.               F6000000424DF600000000000000760000002800000010000000100000000100
  2101.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  2102.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2103.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000033
  2104.               3333333330BBB03333333333300000333333333330BBB0333333333300000003
  2105.               333333300BBBBB0033333330BBFFFBB033333300BFFFFFB003333300BFF077B0
  2106.               30333300BFF7FFB003333330BBF7FBB0333333300BB7BB003333333300000003
  2107.               3333333330BBB03333333333300000333333333330BBB0333333}
  2108.             Caption = '&Watch System'
  2109.             HelpContext = 268
  2110.             Layout = blBitmapLeft
  2111.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2112.             OnClick = BitBtn8Click
  2113.             ParentShowHint = False
  2114.             ShowHint = True
  2115.             PopupMenu = PopupMenu6
  2116.           end
  2117.           object BitBtn26: TExplorerButton
  2118.             Left = 4
  2119.             Top = 32
  2120.             Width = 112
  2121.             Height = 25
  2122.             Hint = 'Show how a disk is utilized'
  2123.             Bitmap.Data = {
  2124.               F6000000424DF600000000000000760000002800000010000000100000000100
  2125.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  2126.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2127.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337333733373
  2128.               33733373737373737373770000000000000033033333333333333709333333C3
  2129.               3333330393993C3C333377079797977C7777330339339333C333370C333C3933
  2130.               93333303C3C33939C9337707C7C777977C9733033C3333333C3337033C333333
  2131.               33C3330333333333333377077777777777773333333333333333}
  2132.             Caption = '&Disk Usage'
  2133.             HelpContext = 269
  2134.             Layout = blBitmapLeft
  2135.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2136.             OnClick = BitBtn26Click
  2137.             ParentShowHint = False
  2138.             ShowHint = True
  2139.             PopupMenu = PopupMenu6
  2140.           end
  2141.           object BitBtn36: TExplorerButton
  2142.             Left = 4
  2143.             Top = 60
  2144.             Width = 112
  2145.             Height = 25
  2146.             Hint = 'List version info for programs & modules'
  2147.             Bitmap.Data = {
  2148.               F6000000424DF600000000000000760000002800000010000000100000000100
  2149.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  2150.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2151.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2152.               3333333333333333333333333CCCCC333333CCCCCC808CCCCCC3008888070888
  2153.               80030F0770F7F0770F0370FFFFF7FFFFF07370F000F7F000F07330FFFFF7FFFF
  2154.               F033370F00F7F00F0733370FFFF7FFFF0733330FFF030FFF0333333000333000
  2155.               3333333333333333333333333333333333333333333333333333}
  2156.             Caption = '&Versions'
  2157.             HelpContext = 290
  2158.             Layout = blBitmapLeft
  2159.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2160.             OnClick = BitBtn36Click
  2161.             ParentShowHint = False
  2162.             ShowHint = True
  2163.             PopupMenu = PopupMenu6
  2164.           end
  2165.           object ExplorerButton4: TExplorerButton
  2166.             Left = 4
  2167.             Top = 88
  2168.             Width = 112
  2169.             Height = 25
  2170.             Hint = 'Move file or directoriy references across your system'
  2171.             Bitmap.Data = {
  2172.               F6000000424DF600000000000000760000002800000010000000100000000100
  2173.               0400000000008000000000000000000000000000000000000000000000000000
  2174.               80000080000000808000800000008000800080800000C0C0C000808080000000
  2175.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2176.               3333333333333333333300033333333333330B00030000033333000E00BFBFB0
  2177.               3333000E0BFBF0003333000E0FBFBFBF0333000E0BFBF0000003000E0FBFBFBF
  2178.               BFB0000E0BF000000003000000BFB03333333333330003333333333333333333
  2179.               3333333333333333333333333333333333333333333333333333}
  2180.             Caption = 'Move It!'
  2181.             HelpContext = 291
  2182.             Layout = blBitmapLeft
  2183.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2184.             OnClick = ExplorerButton4Click
  2185.             ParentShowHint = False
  2186.             ShowHint = True
  2187.             PopupMenu = PopupMenu6
  2188.           end
  2189.         end
  2190.       end
  2191.       object TabSheet6: TTabSheet
  2192.         Caption = '&Config'
  2193.         object Panel31: TPanel
  2194.           Left = 0
  2195.           Top = 0
  2196.           Width = 145
  2197.           Height = 0
  2198.           Align = alLeft
  2199.           TabOrder = 0
  2200.           object SpeedButton1: TSpeedButton
  2201.             Left = 114
  2202.             Top = 116
  2203.             Width = 25
  2204.             Height = 25
  2205.             Glyph.Data = {
  2206.               78010000424D7801000000000000760000002800000020000000100000000100
  2207.               04000000000000000000120B0000120B00000000000000000000000000000000
  2208.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2209.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  2210.               333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  2211.               300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  2212.               333337F373F773333333303330033333333337F3377333333333303333333333
  2213.               333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  2214.               333337777F337F33333330330BB00333333337F373F773333333303330033333
  2215.               333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  2216.               333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  2217.               333373F7733333333333300333333333333337733333333333330000}
  2218.             NumGlyphs = 2
  2219.             OnClick = SpeedButton1Click
  2220.           end
  2221.           object SpeedButton2: TSpeedButton
  2222.             Left = 114
  2223.             Top = 140
  2224.             Width = 25
  2225.             Height = 25
  2226.             Glyph.Data = {
  2227.               78010000424D7801000000000000760000002800000020000000100000000100
  2228.               04000000000000000000120B0000120B00000000000000000000000000000000
  2229.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2230.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  2231.               333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  2232.               300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  2233.               333337F373F773333333303330033333333337F3377333333333303333333333
  2234.               333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  2235.               333337777F337F33333330330BB00333333337F373F773333333303330033333
  2236.               333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  2237.               333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  2238.               333373F7733333333333300333333333333337733333333333330000}
  2239.             NumGlyphs = 2
  2240.             OnClick = SpeedButton2Click
  2241.           end
  2242.           object CheckBox1: TCheckBox
  2243.             Left = 8
  2244.             Top = 8
  2245.             Width = 113
  2246.             Height = 17
  2247.             HelpContext = 272
  2248.             Caption = '&Autoexec.bat'
  2249.             PopupMenu = PopupMenu2
  2250.             TabOrder = 0
  2251.             OnClick = CheckBox1Click
  2252.           end
  2253.           object CheckBox5: TCheckBox
  2254.             Left = 8
  2255.             Top = 24
  2256.             Width = 97
  2257.             Height = 17
  2258.             HelpContext = 273
  2259.             Caption = '&Config.sys'
  2260.             PopupMenu = PopupMenu2
  2261.             TabOrder = 1
  2262.             OnClick = CheckBox1Click
  2263.           end
  2264.           object CheckBox6: TCheckBox
  2265.             Left = 8
  2266.             Top = 40
  2267.             Width = 97
  2268.             Height = 17
  2269.             HelpContext = 274
  2270.             Caption = '&Win.ini'
  2271.             PopupMenu = PopupMenu2
  2272.             TabOrder = 2
  2273.             OnClick = CheckBox1Click
  2274.           end
  2275.           object CheckBox7: TCheckBox
  2276.             Left = 8
  2277.             Top = 56
  2278.             Width = 97
  2279.             Height = 17
  2280.             HelpContext = 275
  2281.             Caption = '&System.ini'
  2282.             PopupMenu = PopupMenu2
  2283.             TabOrder = 3
  2284.             OnClick = CheckBox1Click
  2285.           end
  2286.           object CheckBox8: TCheckBox
  2287.             Left = 8
  2288.             Top = 120
  2289.             Width = 17
  2290.             Height = 17
  2291.             HelpContext = 276
  2292.             PopupMenu = PopupMenu2
  2293.             TabOrder = 4
  2294.             OnClick = CheckBox1Click
  2295.           end
  2296.           object Edit2: TEdit
  2297.             Left = 24
  2298.             Top = 118
  2299.             Width = 89
  2300.             Height = 21
  2301.             HelpContext = 276
  2302.             PopupMenu = PopupMenu2
  2303.             TabOrder = 5
  2304.           end
  2305.           object CheckBox9: TCheckBox
  2306.             Left = 8
  2307.             Top = 144
  2308.             Width = 17
  2309.             Height = 17
  2310.             HelpContext = 277
  2311.             Caption = 'CheckBox9'
  2312.             PopupMenu = PopupMenu2
  2313.             TabOrder = 6
  2314.             OnClick = CheckBox1Click
  2315.           end
  2316.           object Edit4: TEdit
  2317.             Left = 24
  2318.             Top = 142
  2319.             Width = 89
  2320.             Height = 21
  2321.             HelpContext = 277
  2322.             PopupMenu = PopupMenu2
  2323.             TabOrder = 7
  2324.           end
  2325.           object CheckBox23: TCheckBox
  2326.             Left = 8
  2327.             Top = 72
  2328.             Width = 137
  2329.             Height = 17
  2330.             Hint = 'Include the data in the TechFacts 95 log'
  2331.             Caption = 'TechFacts 95 Log'
  2332.             ParentShowHint = False
  2333.             ShowHint = True
  2334.             TabOrder = 8
  2335.             OnClick = CheckBox1Click
  2336.           end
  2337.           object CheckBox24: TCheckBox
  2338.             Left = 8
  2339.             Top = 88
  2340.             Width = 97
  2341.             Height = 17
  2342.             Hint = 'Include the data in the TechFacts 95 alarm log'
  2343.             Caption = 'Alarm Log'
  2344.             ParentShowHint = False
  2345.             ShowHint = True
  2346.             TabOrder = 9
  2347.             OnClick = CheckBox1Click
  2348.           end
  2349.         end
  2350.         object ListView6: TExtlistView
  2351.           Left = 145
  2352.           Top = 0
  2353.           Width = 414
  2354.           Height = 280
  2355.           Align = alClient
  2356.           AutoSort = True
  2357.           Columns = <
  2358.             item
  2359.               Width = 0
  2360.               WidthType = (
  2361.                 -1)
  2362.             end>
  2363.           ReadOnly = False
  2364.           AllocBy = 64000
  2365.           ShowColumnHeaders = False
  2366.           TabOrder = 1
  2367.           ViewStyle = vsReport
  2368.         end
  2369.       end
  2370.       object TabSheet7: TTabSheet
  2371.         Caption = 'S&earch'
  2372.         object Panel36: TPanel
  2373.           Left = 121
  2374.           Top = 0
  2375.           Width = 438
  2376.           Height = 280
  2377.           Align = alClient
  2378.           TabOrder = 2
  2379.           Visible = False
  2380.           object Panel42: TPanel
  2381.             Left = 1
  2382.             Top = 1
  2383.             Width = 152
  2384.             Height = 278
  2385.             Align = alLeft
  2386.             TabOrder = 0
  2387.             object GroupBox10: TGroupBox
  2388.               Left = 1
  2389.               Top = 41
  2390.               Width = 150
  2391.               Height = 236
  2392.               Align = alClient
  2393.               Caption = 'Drive\Directory'
  2394.               TabOrder = 0
  2395.               object Label17: TLabel
  2396.                 Left = 2
  2397.                 Top = 15
  2398.                 Width = 146
  2399.                 Height = 13
  2400.                 Align = alTop
  2401.                 Caption = 'c:\'
  2402.               end
  2403.               object Panel44: TPanel
  2404.                 Left = 2
  2405.                 Top = 203
  2406.                 Width = 146
  2407.                 Height = 31
  2408.                 Align = alBottom
  2409.                 BevelOuter = bvNone
  2410.                 TabOrder = 0
  2411.                 object BitBtn37: TExplorerButton
  2412.                   Left = 8
  2413.                   Top = 4
  2414.                   Width = 129
  2415.                   Height = 25
  2416.                   Hint = 'Start the icon search'
  2417.                   Bitmap.Data = {
  2418.                     F6000000424DF600000000000000760000002800000010000000100000000100
  2419.                     0400000000008000000000000000000000000000000000000000000000000000
  2420.                     80000080000000808000800000008000800080800000C0C0C000808080000000
  2421.                     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2422.                     5555555555555555555555555905555555555555999055555555555599905555
  2423.                     5555555999990555555555999999055555555899059990555555890555599055
  2424.                     5555555555599905555555555555990555555555555559905555555555555589
  2425.                     0555555555555558905555555555555559905555555555555555}
  2426.                   Caption = '&Start Search'
  2427.                   Layout = blBitmapLeft
  2428.                   Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2429.                   OnClick = BitBtn37Click
  2430.                   ParentShowHint = False
  2431.                   ShowHint = True
  2432.                   PopupMenu = PopupMenu6
  2433.                 end
  2434.               end
  2435.               object TreeView3: TTreeView
  2436.                 Left = 2
  2437.                 Top = 28
  2438.                 Width = 146
  2439.                 Height = 175
  2440.                 Indent = 19
  2441.                 OnExpanding = TreeView1Expanding
  2442.                 OnChange = TreeView3Change
  2443.                 Align = alClient
  2444.                 ParentColor = False
  2445.                 TabOrder = 1
  2446.                 OnClick = TreeView1Click
  2447.               end
  2448.             end
  2449.             object Panel43: TPanel
  2450.               Left = 1
  2451.               Top = 1
  2452.               Width = 150
  2453.               Height = 40
  2454.               Align = alTop
  2455.               BevelOuter = bvNone
  2456.               TabOrder = 1
  2457.               object DelIcon: TExplorerButton
  2458.                 Left = 4
  2459.                 Top = 4
  2460.                 Width = 137
  2461.                 Height = 25
  2462.                 Hint = 'Delete the marked icon from the list'
  2463.                 Bitmap.Data = {
  2464.                   F6000000424DF600000000000000760000002800000010000000100000000100
  2465.                   0400000000008000000000000000000000000000000000000000000000000000
  2466.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  2467.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2468.                   3333333333333330033333333333330883333C00333330883333C0CC03330880
  2469.                   0000C033C03088FFFFF0CC00000F888888803CCCCC0000000000333330030FFF
  2470.                   FFF0333C0C030F00F0F033C03C030FFFFFF033C03C030F0FFFF033C000330FFF
  2471.                   0000333CCC330F0F0FF0333333330FFF0F033333333300000033}
  2472.                 Caption = '&Remove Marked Icon'
  2473.                 Layout = blBitmapLeft
  2474.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2475.                 OnClick = DelIconClick
  2476.                 ParentShowHint = False
  2477.                 ShowHint = True
  2478.                 PopupMenu = PopupMenu6
  2479.               end
  2480.             end
  2481.           end
  2482.           object ListBox1: TListBox
  2483.             Tag = 38
  2484.             Left = 155
  2485.             Top = 1
  2486.             Width = 282
  2487.             Height = 278
  2488.             HelpContext = 1
  2489.             Align = alClient
  2490.             BorderStyle = bsNone
  2491.             Color = clBtnFace
  2492.             Columns = 1
  2493.             DragCursor = 1
  2494.             Font.Color = clBlack
  2495.             Font.Height = -11
  2496.             Font.Name = 'MS Sans Serif'
  2497.             Font.Style = []
  2498.             ItemHeight = 40
  2499.             ParentFont = False
  2500.             Style = lbOwnerDrawFixed
  2501.             TabOrder = 1
  2502.             OnClick = ListBox1Click
  2503.             OnDrawItem = ListBox1DrawItem
  2504.           end
  2505.           object Splitter3: TPanel
  2506.             Left = 153
  2507.             Top = 1
  2508.             Width = 2
  2509.             Height = 278
  2510.             Cursor = crHSplit
  2511.             Align = alLeft
  2512.             BevelOuter = bvNone
  2513.             Caption = 'Splitter3'
  2514.             Color = clRed
  2515.             TabOrder = 2
  2516.             OnMouseDown = SplitterMouseDown
  2517.             OnMouseMove = SplitterMouseMove
  2518.             OnMouseUp = SplitterMouseUp
  2519.           end
  2520.         end
  2521.         object Panel34: TPanel
  2522.           Left = 121
  2523.           Top = 0
  2524.           Width = 438
  2525.           Height = 280
  2526.           Align = alClient
  2527.           TabOrder = 1
  2528.           Visible = False
  2529.           object Panel37: TPanel
  2530.             Left = 1
  2531.             Top = 1
  2532.             Width = 144
  2533.             Height = 278
  2534.             Align = alLeft
  2535.             TabOrder = 0
  2536.             object GroupBox8: TGroupBox
  2537.               Left = 1
  2538.               Top = 177
  2539.               Width = 142
  2540.               Height = 100
  2541.               Align = alClient
  2542.               Caption = 'drive && path'
  2543.               TabOrder = 0
  2544.               object PathLabel: TLabel
  2545.                 Left = 2
  2546.                 Top = 15
  2547.                 Width = 138
  2548.                 Height = 13
  2549.                 Align = alTop
  2550.                 Caption = 'c:\'
  2551.               end
  2552.               object Panel35: TPanel
  2553.                 Left = 2
  2554.                 Top = 65
  2555.                 Width = 138
  2556.                 Height = 33
  2557.                 Align = alBottom
  2558.                 BevelOuter = bvNone
  2559.                 TabOrder = 0
  2560.                 object BitBtn30: TExplorerButton
  2561.                   Left = 8
  2562.                   Top = 4
  2563.                   Width = 121
  2564.                   Height = 25
  2565.                   Hint = 'start the selected search'
  2566.                   Bitmap.Data = {
  2567.                     F6000000424DF600000000000000760000002800000010000000100000000100
  2568.                     0400000000008000000000000000000000000000000000000000000000000000
  2569.                     80000080000000808000800000008000800080800000C0C0C000808080000000
  2570.                     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2571.                     5555555555555555555555555905555555555555999055555555555599905555
  2572.                     5555555999990555555555999999055555555899059990555555890555599055
  2573.                     5555555555599905555555555555990555555555555559905555555555555589
  2574.                     0555555555555558905555555555555559905555555555555555}
  2575.                   Caption = '&Start search'
  2576.                   Layout = blBitmapLeft
  2577.                   Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2578.                   OnClick = BitBtn30Click
  2579.                   ParentShowHint = False
  2580.                   ShowHint = True
  2581.                   PopupMenu = PopupMenu6
  2582.                 end
  2583.               end
  2584.               object TreeView1: TTreeView
  2585.                 Left = 2
  2586.                 Top = 28
  2587.                 Width = 138
  2588.                 Height = 37
  2589.                 Hint = 'Select the search drive and path from this expandable tree'
  2590.                 HelpContext = 288
  2591.                 DragCursor = crDefault
  2592.                 ReadOnly = True
  2593.                 HideSelection = False
  2594.                 Indent = 19
  2595.                 OnExpanding = TreeView1Expanding
  2596.                 OnChange = TreeView1Change
  2597.                 Align = alClient
  2598.                 ParentColor = False
  2599.                 TabOrder = 1
  2600.                 OnClick = TreeView1Click
  2601.                 PopupMenu = PopupMenu2
  2602.                 ParentShowHint = False
  2603.                 ShowHint = True
  2604.               end
  2605.             end
  2606.             object Panel38: TPanel
  2607.               Left = 1
  2608.               Top = 1
  2609.               Width = 142
  2610.               Height = 136
  2611.               Align = alTop
  2612.               BevelOuter = bvNone
  2613.               TabOrder = 1
  2614.               object Label16: TLabel
  2615.                 Left = 100
  2616.                 Top = 111
  2617.                 Width = 37
  2618.                 Height = 18
  2619.                 Caption = 'bytes'
  2620.               end
  2621.               object Label15: TLabel
  2622.                 Left = 4
  2623.                 Top = 85
  2624.                 Width = 93
  2625.                 Height = 20
  2626.                 Caption = 'and file size is'
  2627.               end
  2628.               object IsLabel: TLabel
  2629.                 Left = 4
  2630.                 Top = 57
  2631.                 Width = 21
  2632.                 Height = 16
  2633.                 Caption = 'is'
  2634.               end
  2635.               object Label14: TLabel
  2636.                 Left = 5
  2637.                 Top = 33
  2638.                 Width = 44
  2639.                 Height = 16
  2640.                 Caption = 'where'
  2641.               end
  2642.               object Label5: TLabel
  2643.                 Left = 12
  2644.                 Top = 9
  2645.                 Width = 25
  2646.                 Height = 16
  2647.                 Caption = 'Find'
  2648.               end
  2649.               object FilterDateButton: TExplorerButton
  2650.                 Left = 64
  2651.                 Top = 54
  2652.                 Width = 73
  2653.                 Height = 25
  2654.                 Hint = 'Click here to show a calendar for date selection'
  2655.                 Caption = '&Get Date'
  2656.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2657.                 OnClick = FilterDateButtonClick
  2658.                 ParentShowHint = False
  2659.                 ShowHint = True
  2660.                 PopupMenu = PopupMenu6
  2661.               end
  2662.               object SizeSpinEdit: TSpinEdit
  2663.                 Left = 8
  2664.                 Top = 108
  2665.                 Width = 89
  2666.                 Height = 22
  2667.                 Increment = 10
  2668.                 MaxValue = 0
  2669.                 MinValue = 0
  2670.                 TabOrder = 0
  2671.                 Value = 0
  2672.               end
  2673.               object SizeTypeComboBox: TComboBox
  2674.                 Left = 95
  2675.                 Top = 83
  2676.                 Width = 43
  2677.                 Height = 21
  2678.                 ItemHeight = 13
  2679.                 Items.Strings = (
  2680.                   'All'
  2681.                   '<'
  2682.                   '>'
  2683.                   '<='
  2684.                   '>='
  2685.                   '=')
  2686.                 TabOrder = 1
  2687.                 Text = 'All'
  2688.               end
  2689.               object FilterTypeComboBox: TComboBox
  2690.                 Left = 21
  2691.                 Top = 55
  2692.                 Width = 43
  2693.                 Height = 21
  2694.                 ItemHeight = 13
  2695.                 Items.Strings = (
  2696.                   'All'
  2697.                   '<'
  2698.                   '>'
  2699.                   '<='
  2700.                   '>='
  2701.                   '=')
  2702.                 TabOrder = 2
  2703.                 Text = 'All'
  2704.               end
  2705.               object FilterColumnComboBox: TComboBox
  2706.                 Left = 48
  2707.                 Top = 29
  2708.                 Width = 91
  2709.                 Height = 21
  2710.                 ItemHeight = 13
  2711.                 Items.Strings = (
  2712.                   'Creation'
  2713.                   'Last Access'
  2714.                   'Last Write')
  2715.                 TabOrder = 3
  2716.                 Text = 'Creation'
  2717.               end
  2718.               object FileSpecComboBox: TComboBox
  2719.                 Left = 48
  2720.                 Top = 5
  2721.                 Width = 91
  2722.                 Height = 21
  2723.                 ItemHeight = 13
  2724.                 Items.Strings = (
  2725.                   '*.*'
  2726.                   '*.exe'
  2727.                   '*.bat'
  2728.                   '*.dll'
  2729.                   '*.doc'
  2730.                   '*.txt'
  2731.                   '*.fil')
  2732.                 TabOrder = 4
  2733.                 Text = '*.*'
  2734.               end
  2735.             end
  2736.             object Panel54: TPanel
  2737.               Left = 1
  2738.               Top = 137
  2739.               Width = 142
  2740.               Height = 40
  2741.               Align = alTop
  2742.               TabOrder = 2
  2743.               Visible = False
  2744.               object ExplorerButton10: TExplorerButton
  2745.                 Left = 8
  2746.                 Top = 8
  2747.                 Width = 129
  2748.                 Height = 25
  2749.                 Hint = 'Delete the selected duplicate file'
  2750.                 Bitmap.Data = {
  2751.                   F6000000424DF600000000000000760000002800000010000000100000000100
  2752.                   0400000000008000000000000000000000000000000000000000000000000000
  2753.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  2754.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2755.                   55558888888585599958555555555550305555555550055BB0555555550FB000
  2756.                   0055555550FB0BF0F05555550FBFBF0FB05555550BFBF0FB005555500FBFBFB0
  2757.                   B055550E0BFBFB00B05550EEE0BFB0B0B055000EEE0BFBF0B0550000EEE00000
  2758.                   B05500000E055550705550000055555505555500055555550555}
  2759.                 Caption = '&Delete Duplicate'
  2760.                 Layout = blBitmapLeft
  2761.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2762.                 OnClick = ExplorerButton10Click
  2763.                 ParentShowHint = False
  2764.                 ShowHint = True
  2765.               end
  2766.             end
  2767.           end
  2768.           object Splitter: TPanel
  2769.             Left = 145
  2770.             Top = 1
  2771.             Width = 1
  2772.             Height = 278
  2773.             Cursor = crHSplit
  2774.             Align = alLeft
  2775.             BevelOuter = bvNone
  2776.             Color = clRed
  2777.             TabOrder = 1
  2778.             OnMouseDown = SplitterMouseDown
  2779.             OnMouseMove = SplitterMouseMove
  2780.             OnMouseUp = SplitterMouseUp
  2781.           end
  2782.           object ScrollBox6: TScrollBox
  2783.             Left = 146
  2784.             Top = 1
  2785.             Width = 291
  2786.             Height = 278
  2787.             Align = alClient
  2788.             BorderStyle = bsNone
  2789.             TabOrder = 2
  2790.             object ListView5: TExtlistView
  2791.               Left = 0
  2792.               Top = 0
  2793.               Width = 291
  2794.               Height = 278
  2795.               Hint = 'Double click on any entry to get file details'
  2796.               Align = alClient
  2797.               AutoSort = True
  2798.               OnDblClick = ListView5DblClick
  2799.               Columns = <
  2800.                 item
  2801.                   Caption = 'Name'
  2802.                   Width = 80
  2803.                 end
  2804.                 item
  2805.                   Caption = 'Path'
  2806.                   Width = 70
  2807.                 end
  2808.                 item
  2809.                   Caption = 'Last Write'
  2810.                   Width = 70
  2811.                 end
  2812.                 item
  2813.                   Alignment = taRightJustify
  2814.                   Caption = 'Size'
  2815.                   Width = 70
  2816.                 end
  2817.                 item
  2818.                   Caption = 'Creation'
  2819.                   Width = 70
  2820.                 end
  2821.                 item
  2822.                   Caption = 'Last Access'
  2823.                   Width = 70
  2824.                 end>
  2825.               ReadOnly = False
  2826.               ParentShowHint = False
  2827.               ShowHint = True
  2828.               TabOrder = 0
  2829.               ViewStyle = vsReport
  2830.             end
  2831.           end
  2832.         end
  2833.         object Panel68: TPanel
  2834.           Left = 121
  2835.           Top = 0
  2836.           Width = 438
  2837.           Height = 280
  2838.           Align = alClient
  2839.           TabOrder = 5
  2840.           Visible = False
  2841.           object Panel69: TPanel
  2842.             Left = 1
  2843.             Top = 1
  2844.             Width = 152
  2845.             Height = 278
  2846.             Align = alLeft
  2847.             Caption = 'Panel69'
  2848.             TabOrder = 0
  2849.             object GroupBox16: TGroupBox
  2850.               Left = 1
  2851.               Top = 33
  2852.               Width = 150
  2853.               Height = 244
  2854.               Align = alClient
  2855.               Caption = 'Drive\Directory'
  2856.               TabOrder = 0
  2857.               object Label33: TLabel
  2858.                 Left = 2
  2859.                 Top = 15
  2860.                 Width = 146
  2861.                 Height = 13
  2862.                 Align = alTop
  2863.                 Caption = 'c:\'
  2864.               end
  2865.               object Panel70: TPanel
  2866.                 Left = 2
  2867.                 Top = 211
  2868.                 Width = 146
  2869.                 Height = 31
  2870.                 Align = alBottom
  2871.                 BevelOuter = bvNone
  2872.                 TabOrder = 0
  2873.                 object ExplorerButton22: TExplorerButton
  2874.                   Left = 8
  2875.                   Top = 4
  2876.                   Width = 129
  2877.                   Height = 24
  2878.                   Hint = 'Start the Zip\LZH search'
  2879.                   Bitmap.Data = {
  2880.                     F6000000424DF600000000000000760000002800000010000000100000000100
  2881.                     0400000000008000000000000000000000000000000000000000000000000000
  2882.                     80000080000000808000800000008000800080800000C0C0C000808080000000
  2883.                     FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2884.                     5555555555555555555555555905555555555555999055555555555599905555
  2885.                     5555555999990555555555999999055555555899059990555555890555599055
  2886.                     5555555555599905555555555555990555555555555559905555555555555589
  2887.                     0555555555555558905555555555555559905555555555555555}
  2888.                   Caption = '&Start Search'
  2889.                   Layout = blBitmapLeft
  2890.                   Options = [boMonoDisplay, boPopupMark, boShowBevel]
  2891.                   OnClick = ExplorerButton22Click
  2892.                   ParentShowHint = False
  2893.                   ShowHint = True
  2894.                 end
  2895.               end
  2896.               object TreeView6: TTreeView
  2897.                 Left = 2
  2898.                 Top = 28
  2899.                 Width = 146
  2900.                 Height = 183
  2901.                 Indent = 19
  2902.                 OnExpanding = TreeView1Expanding
  2903.                 OnChange = TreeView6Change
  2904.                 Align = alClient
  2905.                 ParentColor = False
  2906.                 TabOrder = 1
  2907.                 OnClick = TreeView1Click
  2908.               end
  2909.             end
  2910.             object Panel71: TPanel
  2911.               Left = 1
  2912.               Top = 1
  2913.               Width = 150
  2914.               Height = 32
  2915.               Align = alTop
  2916.               TabOrder = 1
  2917.               object Label35: TLabel
  2918.                 Left = 8
  2919.                 Top = 7
  2920.                 Width = 29
  2921.                 Height = 13
  2922.                 Caption = 'Mask:'
  2923.               end
  2924.               object Edit9: TEdit
  2925.                 Left = 64
  2926.                 Top = 4
  2927.                 Width = 81
  2928.                 Height = 21
  2929.                 TabOrder = 0
  2930.                 Text = '*.*'
  2931.               end
  2932.             end
  2933.           end
  2934.           object ExtlistView1: TExtlistView
  2935.             Left = 153
  2936.             Top = 1
  2937.             Width = 284
  2938.             Height = 278
  2939.             Align = alClient
  2940.             AutoSort = True
  2941.             Columns = <
  2942.               item
  2943.                 Caption = 'File'
  2944.                 Width = 70
  2945.               end
  2946.               item
  2947.                 Alignment = taRightJustify
  2948.                 Caption = 'Compressed'
  2949.                 Width = 70
  2950.               end
  2951.               item
  2952.                 Alignment = taRightJustify
  2953.                 Caption = 'UnCompressed'
  2954.                 Width = 70
  2955.               end
  2956.               item
  2957.                 Caption = 'Date\Time'
  2958.                 Width = 70
  2959.               end
  2960.               item
  2961.                 Caption = 'Zip\LZH Path'
  2962.                 Width = 100
  2963.               end>
  2964.             ReadOnly = False
  2965.             AllocBy = 10000
  2966.             TabOrder = 1
  2967.             ViewStyle = vsReport
  2968.           end
  2969.         end
  2970.         object Panel51: TPanel
  2971.           Left = 121
  2972.           Top = 0
  2973.           Width = 438
  2974.           Height = 280
  2975.           Align = alClient
  2976.           TabOrder = 4
  2977.           Visible = False
  2978.           object Panel52: TPanel
  2979.             Left = 1
  2980.             Top = 1
  2981.             Width = 160
  2982.             Height = 278
  2983.             Align = alLeft
  2984.             TabOrder = 0
  2985.             object Panel53: TPanel
  2986.               Left = 1
  2987.               Top = 1
  2988.               Width = 158
  2989.               Height = 160
  2990.               Align = alTop
  2991.               BevelOuter = bvNone
  2992.               TabOrder = 0
  2993.               object Label22: TLabel
  2994.                 Left = 4
  2995.                 Top = 2
  2996.                 Width = 117
  2997.                 Height = 17
  2998.                 Caption = 'String to search for:'
  2999.               end
  3000.               object Label24: TLabel
  3001.                 Left = 8
  3002.                 Top = 144
  3003.                 Width = 145
  3004.                 Height = 13
  3005.                 Alignment = taCenter
  3006.                 AutoSize = False
  3007.                 Visible = False
  3008.               end
  3009.               object StringSearchStartBtn: TExplorerButton
  3010.                 Left = 16
  3011.                 Top = 130
  3012.                 Width = 129
  3013.                 Height = 25
  3014.                 Hint = 'Click here to start the string search'
  3015.                 Bitmap.Data = {
  3016.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3017.                   0400000000008000000000000000000000000000000000000000000000000000
  3018.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  3019.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3020.                   5555555555555555555555555905555555555555999055555555555599905555
  3021.                   5555555999990555555555999999055555555899059990555555890555599055
  3022.                   5555555555599905555555555555990555555555555559905555555555555589
  3023.                   0555555555555558905555555555555559905555555555555555}
  3024.                 Caption = '&Start Search'
  3025.                 Layout = blBitmapLeft
  3026.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3027.                 OnClick = StringSearchStartBtnClick
  3028.                 ParentShowHint = False
  3029.                 ShowHint = True
  3030.               end
  3031.               object Label25: TLabel
  3032.                 Left = 8
  3033.                 Top = 45
  3034.                 Width = 65
  3035.                 Height = 20
  3036.                 Caption = 'File Mask:'
  3037.               end
  3038.               object Edit7: TEdit
  3039.                 Left = 8
  3040.                 Top = 18
  3041.                 Width = 145
  3042.                 Height = 21
  3043.                 TabOrder = 0
  3044.               end
  3045.               object CheckBox21: TCheckBox
  3046.                 Left = 4
  3047.                 Top = 64
  3048.                 Width = 101
  3049.                 Height = 17
  3050.                 Caption = 'Inside Files'
  3051.                 State = cbChecked
  3052.                 TabOrder = 1
  3053.               end
  3054.               object CheckBox22: TCheckBox
  3055.                 Left = 80
  3056.                 Top = 80
  3057.                 Width = 73
  3058.                 Height = 17
  3059.                 Caption = 'Filename'
  3060.                 TabOrder = 2
  3061.               end
  3062.               object CheckBox16: TCheckBox
  3063.                 Left = 4
  3064.                 Top = 79
  3065.                 Width = 69
  3066.                 Height = 17
  3067.                 Caption = 'INI files'
  3068.                 TabOrder = 3
  3069.               end
  3070.               object CheckBox18: TCheckBox
  3071.                 Left = 80
  3072.                 Top = 95
  3073.                 Width = 73
  3074.                 Height = 17
  3075.                 Caption = 'Registry'
  3076.                 TabOrder = 4
  3077.               end
  3078.               object CheckBox19: TCheckBox
  3079.                 Left = 4
  3080.                 Top = 95
  3081.                 Width = 77
  3082.                 Height = 17
  3083.                 Caption = 'Shortcuts'
  3084.                 TabOrder = 5
  3085.               end
  3086.               object CheckBox20: TCheckBox
  3087.                 Left = 4
  3088.                 Top = 111
  3089.                 Width = 133
  3090.                 Height = 17
  3091.                 Caption = 'Program Groups'
  3092.                 TabOrder = 6
  3093.               end
  3094.               object Edit8: TEdit
  3095.                 Left = 72
  3096.                 Top = 42
  3097.                 Width = 65
  3098.                 Height = 21
  3099.                 TabOrder = 7
  3100.                 Text = '*.*'
  3101.               end
  3102.             end
  3103.             object GroupBox12: TGroupBox
  3104.               Left = 1
  3105.               Top = 161
  3106.               Width = 158
  3107.               Height = 116
  3108.               Align = alClient
  3109.               Caption = 'drive && path'
  3110.               TabOrder = 1
  3111.               object Label23: TLabel
  3112.                 Left = 2
  3113.                 Top = 15
  3114.                 Width = 154
  3115.                 Height = 13
  3116.                 Align = alTop
  3117.                 Caption = 'c:\'
  3118.               end
  3119.               object TreeView5: TTreeView
  3120.                 Left = 2
  3121.                 Top = 28
  3122.                 Width = 154
  3123.                 Height = 86
  3124.                 Indent = 19
  3125.                 OnExpanding = TreeView1Expanding
  3126.                 OnChange = TreeView5Change
  3127.                 Align = alClient
  3128.                 ParentColor = False
  3129.                 TabOrder = 0
  3130.                 OnClick = TreeView1Click
  3131.               end
  3132.             end
  3133.           end
  3134.           object ListView7: TExtlistView
  3135.             Left = 161
  3136.             Top = 1
  3137.             Width = 276
  3138.             Height = 278
  3139.             Hint = 'Double click on any file to get file details'
  3140.             Align = alClient
  3141.             AutoSort = True
  3142.             OnDblClick = ListView7DblClick
  3143.             Columns = <
  3144.               item
  3145.                 Caption = 'Item'
  3146.                 Width = 100
  3147.               end
  3148.               item
  3149.                 Caption = 'Path'
  3150.                 Width = 70
  3151.               end
  3152.               item
  3153.                 Caption = 'Type'
  3154.                 Width = 70
  3155.               end
  3156.               item
  3157.                 Caption = 'SubType'
  3158.                 Width = 70
  3159.               end
  3160.               item
  3161.                 Caption = 'Data'
  3162.                 Width = 48
  3163.                 WidthType = (
  3164.                   -1)
  3165.               end>
  3166.             ReadOnly = False
  3167.             Items.Data = {
  3168.               3F0000000100000000000000FFFFFFFFFFFFFFFF0400000000000000063C6E6F
  3169.               6E653E063C6E6F6E653E063C6E6F6E653E063C6E6F6E653E063C6E6F6E653E}
  3170.             ParentShowHint = False
  3171.             ShowHint = True
  3172.             TabOrder = 1
  3173.             ViewStyle = vsReport
  3174.           end
  3175.         end
  3176.         object Panel33: TPanel
  3177.           Left = 121
  3178.           Top = 0
  3179.           Width = 438
  3180.           Height = 280
  3181.           Align = alClient
  3182.           TabOrder = 3
  3183.           Visible = False
  3184.           object ListBox8: TListBox
  3185.             Left = 392
  3186.             Top = 40
  3187.             Width = 13
  3188.             Height = 9
  3189.             ItemHeight = 13
  3190.             Sorted = True
  3191.             TabOrder = 0
  3192.             Visible = False
  3193.           end
  3194.           object Panel45: TPanel
  3195.             Left = 1
  3196.             Top = 1
  3197.             Width = 144
  3198.             Height = 278
  3199.             Align = alLeft
  3200.             TabOrder = 1
  3201.             object GroupBox11: TGroupBox
  3202.               Left = 1
  3203.               Top = 33
  3204.               Width = 142
  3205.               Height = 210
  3206.               Align = alClient
  3207.               Caption = 'Drive\Directory'
  3208.               TabOrder = 0
  3209.               object Label18: TLabel
  3210.                 Left = 2
  3211.                 Top = 15
  3212.                 Width = 138
  3213.                 Height = 13
  3214.                 Align = alTop
  3215.                 Caption = 'c:\'
  3216.               end
  3217.               object TreeView4: TTreeView
  3218.                 Left = 2
  3219.                 Top = 28
  3220.                 Width = 138
  3221.                 Height = 180
  3222.                 Indent = 19
  3223.                 OnExpanding = TreeView1Expanding
  3224.                 OnChange = TreeView4Change
  3225.                 Align = alClient
  3226.                 ParentColor = False
  3227.                 TabOrder = 0
  3228.                 OnClick = TreeView1Click
  3229.               end
  3230.             end
  3231.             object Panel47: TPanel
  3232.               Left = 1
  3233.               Top = 243
  3234.               Width = 142
  3235.               Height = 34
  3236.               Align = alBottom
  3237.               BevelOuter = bvNone
  3238.               TabOrder = 1
  3239.               object DLLStart: TExplorerButton
  3240.                 Left = 8
  3241.                 Top = 4
  3242.                 Width = 121
  3243.                 Height = 25
  3244.                 Hint = 'Star the DLL search'
  3245.                 Bitmap.Data = {
  3246.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3247.                   0400000000008000000000000000000000000000000000000000000000000000
  3248.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  3249.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3250.                   5555555555555555555555555905555555555555999055555555555599905555
  3251.                   5555555999990555555555999999055555555899059990555555890555599055
  3252.                   5555555555599905555555555555990555555555555559905555555555555589
  3253.                   0555555555555558905555555555555559905555555555555555}
  3254.                 Caption = '&Start Search'
  3255.                 Layout = blBitmapLeft
  3256.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3257.                 OnClick = DLLStartClick
  3258.                 ParentShowHint = False
  3259.                 ShowHint = True
  3260.                 PopupMenu = PopupMenu6
  3261.               end
  3262.             end
  3263.             object Panel48: TPanel
  3264.               Left = 1
  3265.               Top = 1
  3266.               Width = 142
  3267.               Height = 32
  3268.               Align = alTop
  3269.               BevelOuter = bvNone
  3270.               TabOrder = 2
  3271.               object ExplorerButton3: TExplorerButton
  3272.                 Left = 2
  3273.                 Top = 4
  3274.                 Width = 135
  3275.                 Height = 25
  3276.                 Hint = 'Delete a duplicate DLL from the list'
  3277.                 Bitmap.Data = {
  3278.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3279.                   0400000000008000000000000000000000000000000000000000000000000000
  3280.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  3281.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3282.                   3333333333333330033333333333330883333C00333330883333C0CC03330880
  3283.                   0000C033C03088FFFFF0CC00000F888888803CCCCC0000000000333330030FFF
  3284.                   FFF0333C0C030F00F0F033C03C030FFFFFF033C03C030F0FFFF033C000330FFF
  3285.                   0000333CCC330F0F0FF0333333330FFF0F033333333300000033}
  3286.                 Caption = '&Delete Duplicate'
  3287.                 Layout = blBitmapLeft
  3288.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3289.                 OnClick = ExplorerButton3Click
  3290.                 ParentShowHint = False
  3291.                 ShowHint = True
  3292.                 PopupMenu = PopupMenu6
  3293.               end
  3294.             end
  3295.           end
  3296.           object Panel46: TPanel
  3297.             Left = 147
  3298.             Top = 1
  3299.             Width = 290
  3300.             Height = 278
  3301.             Align = alClient
  3302.             TabOrder = 2
  3303.             object GroupBox2: TGroupBox
  3304.               Left = 8
  3305.               Top = 16
  3306.               Width = 73
  3307.               Height = 57
  3308.               Caption = 'dlls loaded'
  3309.               Ctl3D = False
  3310.               ParentCtl3D = False
  3311.               TabOrder = 0
  3312.               object ListBox2: TListBox
  3313.                 Left = 1
  3314.                 Top = 14
  3315.                 Width = 71
  3316.                 Height = 42
  3317.                 Align = alClient
  3318.                 BorderStyle = bsNone
  3319.                 Color = clBtnFace
  3320.                 Font.Color = clBlack
  3321.                 Font.Height = -11
  3322.                 Font.Name = 'Courier'
  3323.                 Font.Style = []
  3324.                 ItemHeight = 13
  3325.                 ParentFont = False
  3326.                 Sorted = True
  3327.                 TabOrder = 0
  3328.               end
  3329.             end
  3330.             object GroupBox3: TGroupBox
  3331.               Left = 104
  3332.               Top = 16
  3333.               Width = 73
  3334.               Height = 57
  3335.               Caption = 'dlls ref'#39#39'd'
  3336.               Ctl3D = False
  3337.               ParentCtl3D = False
  3338.               TabOrder = 1
  3339.               object ListBox3: TListBox
  3340.                 Left = 1
  3341.                 Top = 14
  3342.                 Width = 71
  3343.                 Height = 42
  3344.                 Align = alClient
  3345.                 BorderStyle = bsNone
  3346.                 Color = clBtnFace
  3347.                 Font.Color = clBlack
  3348.                 Font.Height = -11
  3349.                 Font.Name = 'Courier'
  3350.                 Font.Style = []
  3351.                 ItemHeight = 13
  3352.                 ParentFont = False
  3353.                 Sorted = True
  3354.                 TabOrder = 0
  3355.                 OnClick = ListBox3Click
  3356.               end
  3357.             end
  3358.             object GroupBox7: TGroupBox
  3359.               Left = 200
  3360.               Top = 16
  3361.               Width = 73
  3362.               Height = 65
  3363.               Caption = 'dlls not ref'#39#39'd'
  3364.               Ctl3D = False
  3365.               ParentCtl3D = False
  3366.               TabOrder = 2
  3367.               object ListBox4: TListBox
  3368.                 Left = 1
  3369.                 Top = 14
  3370.                 Width = 71
  3371.                 Height = 50
  3372.                 Align = alClient
  3373.                 BorderStyle = bsNone
  3374.                 Color = clBtnFace
  3375.                 Font.Color = clBlack
  3376.                 Font.Height = -11
  3377.                 Font.Name = 'Courier'
  3378.                 Font.Style = []
  3379.                 ItemHeight = 13
  3380.                 ParentFont = False
  3381.                 Sorted = True
  3382.                 TabOrder = 0
  3383.                 OnClick = ListBox4Click
  3384.               end
  3385.             end
  3386.             object GroupBox5: TGroupBox
  3387.               Left = 16
  3388.               Top = 96
  3389.               Width = 81
  3390.               Height = 49
  3391.               Caption = 'duplicate dlls'
  3392.               Ctl3D = False
  3393.               ParentCtl3D = False
  3394.               TabOrder = 3
  3395.               object ListBox6: TListBox
  3396.                 Left = 1
  3397.                 Top = 14
  3398.                 Width = 79
  3399.                 Height = 34
  3400.                 Align = alClient
  3401.                 BorderStyle = bsNone
  3402.                 Color = clBtnFace
  3403.                 Font.Color = clBlack
  3404.                 Font.Height = -11
  3405.                 Font.Name = 'Courier'
  3406.                 Font.Style = []
  3407.                 ItemHeight = 13
  3408.                 ParentFont = False
  3409.                 Sorted = True
  3410.                 TabOrder = 0
  3411.                 OnClick = ListBox6Click
  3412.               end
  3413.             end
  3414.             object GroupBox4: TGroupBox
  3415.               Left = 168
  3416.               Top = 96
  3417.               Width = 81
  3418.               Height = 57
  3419.               Caption = 'files reference dlls'
  3420.               Ctl3D = False
  3421.               ParentCtl3D = False
  3422.               TabOrder = 4
  3423.               object ListBox5: TListBox
  3424.                 Left = 1
  3425.                 Top = 14
  3426.                 Width = 79
  3427.                 Height = 42
  3428.                 Align = alClient
  3429.                 BorderStyle = bsNone
  3430.                 Color = clBtnFace
  3431.                 Font.Color = clBlack
  3432.                 Font.Height = -11
  3433.                 Font.Name = 'Courier'
  3434.                 Font.Style = []
  3435.                 ItemHeight = 13
  3436.                 ParentFont = False
  3437.                 Sorted = True
  3438.                 TabOrder = 0
  3439.                 OnClick = ListBox5Click
  3440.               end
  3441.             end
  3442.             object GroupBox6: TGroupBox
  3443.               Left = 32
  3444.               Top = 176
  3445.               Width = 97
  3446.               Height = 57
  3447.               Ctl3D = False
  3448.               ParentCtl3D = False
  3449.               TabOrder = 5
  3450.               object ListBox7: TListBox
  3451.                 Left = 1
  3452.                 Top = 14
  3453.                 Width = 95
  3454.                 Height = 42
  3455.                 Align = alClient
  3456.                 BorderStyle = bsNone
  3457.                 Color = clBtnFace
  3458.                 Font.Color = clBlack
  3459.                 Font.Height = -11
  3460.                 Font.Name = 'Courier'
  3461.                 Font.Style = []
  3462.                 ItemHeight = 13
  3463.                 ParentFont = False
  3464.                 TabOrder = 0
  3465.               end
  3466.             end
  3467.           end
  3468.           object Splitter2: TPanel
  3469.             Left = 145
  3470.             Top = 1
  3471.             Width = 2
  3472.             Height = 278
  3473.             Cursor = crHSplit
  3474.             Align = alLeft
  3475.             BevelOuter = bvNone
  3476.             Caption = 'Splitter2'
  3477.             Color = clRed
  3478.             TabOrder = 3
  3479.             OnMouseDown = SplitterMouseDown
  3480.             OnMouseMove = SplitterMouseMove
  3481.             OnMouseUp = SplitterMouseUp
  3482.           end
  3483.         end
  3484.         object Panel32: TPanel
  3485.           Left = 0
  3486.           Top = 0
  3487.           Width = 121
  3488.           Height = 0
  3489.           Align = alLeft
  3490.           TabOrder = 0
  3491.           object BitBtn33: TExplorerButton
  3492.             Left = 4
  3493.             Top = 52
  3494.             Width = 112
  3495.             Height = 25
  3496.             Hint = 'Search for duplicate files locally or remote'
  3497.             Bitmap.Data = {
  3498.               F6000000424DF600000000000000760000002800000010000000100000000100
  3499.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3500.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3501.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3502.               5555555550000000000555550BFBFBFBFB0555500FBFBFBFBF05550B0BFBFBFB
  3503.               FB05500F0FBFBFBFBF050B0B0BFBFBFBFB050F0F0FBFBFBFBF050B0B00000000
  3504.               00550F0FB0FBFB0F05550B000700007055550FB0FBFB0F055555000700007055
  3505.               555550FBFB055555555557000075555555555555555555555555}
  3506.             Caption = '&Duplicate Files'
  3507.             HelpContext = 280
  3508.             Layout = blBitmapLeft
  3509.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3510.             OnClick = BitBtn33Click
  3511.             ParentShowHint = False
  3512.             ShowHint = True
  3513.             PopupMenu = PopupMenu6
  3514.           end
  3515.           object BitBtn29: TExplorerButton
  3516.             Left = 4
  3517.             Top = 4
  3518.             Width = 112
  3519.             Height = 25
  3520.             Hint = 'Search for DLLs on your system'
  3521.             Bitmap.Data = {
  3522.               F6000000424DF600000000000000760000002800000010000000100000000100
  3523.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3524.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3525.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3526.               555500755000000050000B0550CC009050E00B055000000050E00B7750CC0090
  3527.               50E077B050CC009050E050B050CC009050E050B770CC009050E0577B00CC0090
  3528.               50E0550B30CC00905000550B3000009050E0557000CC00905000555550000090
  3529.               5555555555555000555555555555509055555555555550005555}
  3530.             Caption = 'D&LL Search'
  3531.             HelpContext = 278
  3532.             Layout = blBitmapLeft
  3533.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3534.             OnClick = BitBtn29Click
  3535.             ParentShowHint = False
  3536.             ShowHint = True
  3537.             PopupMenu = PopupMenu6
  3538.           end
  3539.           object BitBtn31: TExplorerButton
  3540.             Left = 4
  3541.             Top = 28
  3542.             Width = 112
  3543.             Height = 25
  3544.             Hint = 'Search for files by name, date & size'
  3545.             Bitmap.Data = {
  3546.               F6000000424DF600000000000000760000002800000010000000100000000100
  3547.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3548.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3549.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  3550.               3303333333333333300033333333333300033333333333300033333333333300
  3551.               0333333700073B7033333307777700B333333078F8F870333333778F8F8F8773
  3552.               333307F8F8F8F7033333078999998703333307F8F8F8F7033333778F8F8F8773
  3553.               33333078F8F87033333333077777033333333337000733333333}
  3554.             Caption = '&File Search'
  3555.             HelpContext = 279
  3556.             Layout = blBitmapLeft
  3557.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3558.             OnClick = BitBtn31Click
  3559.             ParentShowHint = False
  3560.             ShowHint = True
  3561.             PopupMenu = PopupMenu6
  3562.           end
  3563.           object IconSearch: TExplorerButton
  3564.             Left = 4
  3565.             Top = 76
  3566.             Width = 112
  3567.             Height = 25
  3568.             Hint = 'List icons in files'
  3569.             Bitmap.Data = {
  3570.               F6000000424DF600000000000000760000002800000010000000100000000100
  3571.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3572.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3573.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033BBBBBBBBBB
  3574.               BB3333BB00BBBBBBBB3333BB0BBBBBB0BB3333BBB0BBBB000B3333BBB00BB00B
  3575.               BB3333BBBB0B00BBBB3333BBBB000BBBBB3333EEEE000EEEEE3333EE0E80000E
  3576.               EE3333EEE0800EEEEE3333EEEE000EEEEE3333EEEEE00EEEEE3333EEEEEE00EE
  3577.               EE3333EEEEEE00EEEE3333EEEEEEEEEEEE3333EEEEEEEEEEEE33}
  3578.             Caption = 'Icon Search'
  3579.             HelpContext = 293
  3580.             Layout = blBitmapLeft
  3581.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3582.             OnClick = IconSearchClick
  3583.             ParentShowHint = False
  3584.             ShowHint = True
  3585.             PopupMenu = PopupMenu6
  3586.           end
  3587.           object ExplorerButton9: TExplorerButton
  3588.             Left = 4
  3589.             Top = 100
  3590.             Width = 112
  3591.             Height = 25
  3592.             Hint = 'Search for a string across files, filenames, registry, etc...'
  3593.             Bitmap.Data = {
  3594.               F6000000424DF600000000000000760000002800000010000000100000000100
  3595.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3596.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3597.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3598.               55555555544C4C5555555554C444C4445555554C43344444455554C4C334C4C4
  3599.               335554CCC33344443355CCCCC333CCC4C4454CC33333CCC444C5C4333333C3C4
  3600.               CCC54CC33333333C4C45CCC33CC4333CC4C55CCCCC3333334C5554C333333333
  3601.               CC55553333CC3C33C55555533CC4C4CC555555555C4CCC555555}
  3602.             Caption = '&String Search'
  3603.             HelpContext = 292
  3604.             Layout = blBitmapLeft
  3605.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3606.             OnClick = ExplorerButton9Click
  3607.             ParentShowHint = False
  3608.             ShowHint = True
  3609.             PopupMenu = PopupMenu6
  3610.           end
  3611.           object ExplorerButton21: TExplorerButton
  3612.             Left = 4
  3613.             Top = 124
  3614.             Width = 112
  3615.             Height = 25
  3616.             Hint = 'Search for files within Zip\Lzh compressed files'
  3617.             Bitmap.Data = {
  3618.               F6000000424DF600000000000000760000002800000010000000100000000100
  3619.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3620.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3621.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003FFFFFFFFFFF
  3622.               FFFF3FFFFFFFFF00000F33FFFFFFFF09990F333FFFFFFF09990F3333FFFFFF09
  3623.               990F33333FFFFF00000F333333FFFFFFFFFF0000033FFFFF0FFF0EEE0333FFF0
  3624.               00FF0EEE00033F00000F0EEE0E033000000000000E00033000FF330EEE0E0330
  3625.               00FF3300000E033000FF33330EEE030003FF333300000333333F}
  3626.             Caption = 'Zip\LZH Search'
  3627.             HelpContext = 298
  3628.             Layout = blBitmapLeft
  3629.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3630.             OnClick = ExplorerButton21Click
  3631.             ParentShowHint = False
  3632.             ShowHint = True
  3633.             PopupMenu = PopupMenu6
  3634.           end
  3635.         end
  3636.       end
  3637.       object TabSheet8: TTabSheet
  3638.         Caption = '&Network'
  3639.         object Panel75: TPanel
  3640.           Left = 121
  3641.           Top = 0
  3642.           Width = 438
  3643.           Height = 280
  3644.           Align = alClient
  3645.           TabOrder = 5
  3646.           Visible = False
  3647.           object Panel76: TPanel
  3648.             Left = 1
  3649.             Top = 1
  3650.             Width = 160
  3651.             Height = 278
  3652.             Align = alLeft
  3653.             TabOrder = 0
  3654.             object ExplorerButton32: TExplorerButton
  3655.               Left = 32
  3656.               Top = 88
  3657.               Width = 97
  3658.               Height = 25
  3659.               Hint = 'Start the network resource search'
  3660.               Bitmap.Data = {
  3661.                 F6000000424DF600000000000000760000002800000010000000100000000100
  3662.                 0400000000008000000000000000000000000000000000000000000000000000
  3663.                 80000080000000808000800000008000800080800000C0C0C000808080000000
  3664.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3665.                 5555555555555555555555555905555555555555999055555555555599905555
  3666.                 5555555999990555555555999999055555555899059990555555890555599055
  3667.                 5555555555599905555555555555990555555555555559905555555555555589
  3668.                 0555555555555558905555555555555559905555555555555555}
  3669.               Caption = '&Start'
  3670.               Layout = blBitmapLeft
  3671.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3672.               OnClick = ExplorerButton32Click
  3673.               ParentShowHint = False
  3674.               ShowHint = True
  3675.             end
  3676.             object RadioGroup1: TRadioGroup
  3677.               Left = 1
  3678.               Top = 1
  3679.               Width = 158
  3680.               Height = 80
  3681.               Align = alTop
  3682.               Caption = 'Connection Type'
  3683.               ItemIndex = 0
  3684.               Items.Strings = (
  3685.                 'Current Connections'
  3686.                 'All Resources on Net'
  3687.                 'Remembered Connections')
  3688.               TabOrder = 0
  3689.             end
  3690.           end
  3691.           object ExtlistView3: TExtlistView
  3692.             Left = 161
  3693.             Top = 1
  3694.             Width = 276
  3695.             Height = 278
  3696.             Align = alClient
  3697.             AutoSort = True
  3698.             Columns = <>
  3699.             ReadOnly = False
  3700.             TabOrder = 1
  3701.             ViewStyle = vsReport
  3702.           end
  3703.         end
  3704.         object Panel59: TPanel
  3705.           Left = 121
  3706.           Top = 0
  3707.           Width = 438
  3708.           Height = 280
  3709.           Align = alClient
  3710.           TabOrder = 4
  3711.         end
  3712.         object Panel56: TPanel
  3713.           Left = 121
  3714.           Top = 0
  3715.           Width = 438
  3716.           Height = 280
  3717.           Align = alClient
  3718.           TabOrder = 1
  3719.           Visible = False
  3720.           object memPingMsg: TMemo
  3721.             Left = 186
  3722.             Top = 1
  3723.             Width = 251
  3724.             Height = 278
  3725.             Align = alClient
  3726.             TabOrder = 0
  3727.           end
  3728.           object ScrollBox9: TScrollBox
  3729.             Left = 1
  3730.             Top = 1
  3731.             Width = 185
  3732.             Height = 278
  3733.             Align = alLeft
  3734.             TabOrder = 1
  3735.             object Panel60: TPanel
  3736.               Left = 0
  3737.               Top = 0
  3738.               Width = 181
  3739.               Height = 254
  3740.               BevelOuter = bvNone
  3741.               Caption = 'Panel60'
  3742.               TabOrder = 0
  3743.               object ExplorerButton15: TExplorerButton
  3744.                 Left = 40
  3745.                 Top = 208
  3746.                 Width = 97
  3747.                 Height = 25
  3748.                 Hint = 'Send a Ping to the specified host name'
  3749.                 Bitmap.Data = {
  3750.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3751.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3752.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3753.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000333300
  3754.                   00000FFFF099990FFFF000000033330000003077033333307703300003333330
  3755.                   0003339933333333993300000033330000000FFFF033330FFFF0000000333300
  3756.                   0000307703333330770330000333333000033393300000033933339990FFFF09
  3757.                   9933333990000009933333333307703333333333330000333333}
  3758.                 Caption = '&Send Ping'
  3759.                 Layout = blBitmapLeft
  3760.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3761.                 OnClick = ExplorerButton15Click
  3762.                 ParentShowHint = False
  3763.                 ShowHint = True
  3764.               end
  3765.               object gbPingHostName: TGroupBox
  3766.                 Left = 0
  3767.                 Top = 65
  3768.                 Width = 181
  3769.                 Height = 54
  3770.                 Align = alTop
  3771.                 Caption = 'Resolved'
  3772.                 TabOrder = 0
  3773.                 object edPingHostName: TLabel
  3774.                   Left = 48
  3775.                   Top = 16
  3776.                   Width = 129
  3777.                   Height = 13
  3778.                   AutoSize = False
  3779.                 end
  3780.                 object Label26: TLabel
  3781.                   Left = 8
  3782.                   Top = 16
  3783.                   Width = 31
  3784.                   Height = 13
  3785.                   Caption = 'Name:'
  3786.                 end
  3787.                 object edPingIPAddress: TLabel
  3788.                   Left = 72
  3789.                   Top = 32
  3790.                   Width = 105
  3791.                   Height = 13
  3792.                   AutoSize = False
  3793.                 end
  3794.                 object Label28: TLabel
  3795.                   Left = 8
  3796.                   Top = 32
  3797.                   Width = 54
  3798.                   Height = 13
  3799.                   Caption = 'IP Address:'
  3800.                 end
  3801.               end
  3802.               object gbPingHost: TGroupBox
  3803.                 Left = 0
  3804.                 Top = 21
  3805.                 Width = 181
  3806.                 Height = 44
  3807.                 Align = alTop
  3808.                 Caption = 'Send to Host Name \ IP Address'
  3809.                 TabOrder = 1
  3810.                 object edPingHost: TEdit
  3811.                   Left = 8
  3812.                   Top = 16
  3813.                   Width = 153
  3814.                   Height = 21
  3815.                   TabOrder = 0
  3816.                   Text = '200.200.30.2'
  3817.                 end
  3818.               end
  3819.               object rgPingMode: TRadioGroup
  3820.                 Left = 0
  3821.                 Top = 119
  3822.                 Width = 181
  3823.                 Height = 33
  3824.                 Align = alTop
  3825.                 Caption = 'Mode'
  3826.                 Columns = 2
  3827.                 ItemIndex = 0
  3828.                 Items.Strings = (
  3829.                   'Blocking'
  3830.                   'Non blocking')
  3831.                 TabOrder = 2
  3832.               end
  3833.               object Panel61: TPanel
  3834.                 Left = 0
  3835.                 Top = 0
  3836.                 Width = 181
  3837.                 Height = 21
  3838.                 Align = alTop
  3839.                 BevelOuter = bvNone
  3840.                 Caption = 'Ping Verification'
  3841.                 Font.Color = clRed
  3842.                 Font.Height = -11
  3843.                 Font.Name = 'MS Sans Serif'
  3844.                 Font.Style = [fsItalic]
  3845.                 ParentFont = False
  3846.                 TabOrder = 3
  3847.               end
  3848.               object GroupBox13: TGroupBox
  3849.                 Left = 0
  3850.                 Top = 152
  3851.                 Width = 181
  3852.                 Height = 42
  3853.                 Align = alTop
  3854.                 Caption = 'Parameters'
  3855.                 TabOrder = 4
  3856.                 object Label27: TLabel
  3857.                   Left = 8
  3858.                   Top = 16
  3859.                   Width = 64
  3860.                   Height = 13
  3861.                   Caption = '# of Packets:'
  3862.                 end
  3863.                 object SpinEdit1: TSpinEdit
  3864.                   Left = 80
  3865.                   Top = 13
  3866.                   Width = 49
  3867.                   Height = 22
  3868.                   MaxValue = 99
  3869.                   MinValue = 1
  3870.                   TabOrder = 0
  3871.                   Value = 3
  3872.                 end
  3873.               end
  3874.             end
  3875.           end
  3876.         end
  3877.         object Panel57: TPanel
  3878.           Left = 121
  3879.           Top = 0
  3880.           Width = 438
  3881.           Height = 280
  3882.           Align = alClient
  3883.           TabOrder = 2
  3884.           Visible = False
  3885.           object ScrollBox11: TScrollBox
  3886.             Left = 1
  3887.             Top = 1
  3888.             Width = 185
  3889.             Height = 278
  3890.             Align = alLeft
  3891.             TabOrder = 0
  3892.             object Panel65: TPanel
  3893.               Left = 0
  3894.               Top = 0
  3895.               Width = 181
  3896.               Height = 21
  3897.               Align = alTop
  3898.               BevelOuter = bvNone
  3899.               Caption = 'Trace Network Routing'
  3900.               Font.Color = clRed
  3901.               Font.Height = -11
  3902.               Font.Name = 'MS Sans Serif'
  3903.               Font.Style = [fsItalic]
  3904.               ParentFont = False
  3905.               TabOrder = 0
  3906.             end
  3907.             object Panel66: TPanel
  3908.               Left = 0
  3909.               Top = 25
  3910.               Width = 181
  3911.               Height = 229
  3912.               TabOrder = 1
  3913.               object ExplorerButton18: TExplorerButton
  3914.                 Left = 32
  3915.                 Top = 176
  3916.                 Width = 113
  3917.                 Height = 25
  3918.                 Bitmap.Data = {
  3919.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3920.                   0400000000008000000000000000000000000000000000000000000000000000
  3921.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  3922.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  3923.                   5555555555555555555555555905555555555555999055555555555599905555
  3924.                   5555555999990555555555999999055555555899059990555555890555599055
  3925.                   5555555555599905555555555555990555555555555559905555555555555589
  3926.                   0555555555555558905555555555555559905555555555555555}
  3927.                 Caption = 'Trace Now'
  3928.                 Layout = blBitmapLeft
  3929.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3930.                 OnClick = ExplorerButton18Click
  3931.               end
  3932.               object ExplorerButton19: TExplorerButton
  3933.                 Left = 32
  3934.                 Top = 200
  3935.                 Width = 113
  3936.                 Height = 25
  3937.                 Bitmap.Data = {
  3938.                   F6000000424DF600000000000000760000002800000010000000100000000100
  3939.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  3940.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  3941.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  3942.                   FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  3943.                   118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  3944.                   FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  3945.                   118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  3946.                 Caption = 'Abort Trace'
  3947.                 Layout = blBitmapLeft
  3948.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  3949.                 OnClick = ExplorerButton19Click
  3950.               end
  3951.               object gbTraceHost: TGroupBox
  3952.                 Left = 1
  3953.                 Top = 1
  3954.                 Width = 179
  3955.                 Height = 40
  3956.                 Align = alTop
  3957.                 Caption = 'Host'
  3958.                 TabOrder = 0
  3959.                 object edTraceHost: TEdit
  3960.                   Left = 8
  3961.                   Top = 16
  3962.                   Width = 153
  3963.                   Height = 21
  3964.                   TabOrder = 0
  3965.                   Text = '200.200.30.2'
  3966.                 end
  3967.               end
  3968.               object rgTraceMode: TRadioGroup
  3969.                 Left = 1
  3970.                 Top = 93
  3971.                 Width = 179
  3972.                 Height = 32
  3973.                 Align = alTop
  3974.                 Caption = 'Mode'
  3975.                 Columns = 2
  3976.                 ItemIndex = 0
  3977.                 Items.Strings = (
  3978.                   'Blocking'
  3979.                   'Non blocking')
  3980.                 TabOrder = 1
  3981.               end
  3982.               object GroupBox14: TGroupBox
  3983.                 Left = 1
  3984.                 Top = 41
  3985.                 Width = 179
  3986.                 Height = 52
  3987.                 Align = alTop
  3988.                 Caption = 'Resolved Name \ IP Address'
  3989.                 TabOrder = 2
  3990.                 object edTraceHostName: TLabel
  3991.                   Left = 72
  3992.                   Top = 14
  3993.                   Width = 105
  3994.                   Height = 13
  3995.                   AutoSize = False
  3996.                 end
  3997.                 object Label32: TLabel
  3998.                   Left = 8
  3999.                   Top = 14
  4000.                   Width = 31
  4001.                   Height = 13
  4002.                   Caption = 'Name:'
  4003.                 end
  4004.                 object edTraceIPAddress: TLabel
  4005.                   Left = 72
  4006.                   Top = 30
  4007.                   Width = 104
  4008.                   Height = 13
  4009.                   AutoSize = False
  4010.                 end
  4011.                 object Label34: TLabel
  4012.                   Left = 8
  4013.                   Top = 30
  4014.                   Width = 54
  4015.                   Height = 13
  4016.                   Caption = 'IP Address:'
  4017.                 end
  4018.               end
  4019.               object GroupBox15: TGroupBox
  4020.                 Left = 1
  4021.                 Top = 125
  4022.                 Width = 179
  4023.                 Height = 42
  4024.                 Align = alTop
  4025.                 Caption = 'Parameters'
  4026.                 TabOrder = 3
  4027.                 object Label31: TLabel
  4028.                   Left = 8
  4029.                   Top = 16
  4030.                   Width = 64
  4031.                   Height = 13
  4032.                   Caption = '# of Packets:'
  4033.                 end
  4034.                 object SpinEdit2: TSpinEdit
  4035.                   Left = 80
  4036.                   Top = 13
  4037.                   Width = 49
  4038.                   Height = 22
  4039.                   MaxValue = 99
  4040.                   MinValue = 1
  4041.                   TabOrder = 0
  4042.                   Value = 3
  4043.                 end
  4044.               end
  4045.             end
  4046.           end
  4047.           object memTraceMsg: TMemo
  4048.             Left = 186
  4049.             Top = 1
  4050.             Width = 251
  4051.             Height = 278
  4052.             Align = alClient
  4053.             ScrollBars = ssBoth
  4054.             TabOrder = 1
  4055.           end
  4056.         end
  4057.         object Panel58: TPanel
  4058.           Left = 121
  4059.           Top = 0
  4060.           Width = 438
  4061.           Height = 280
  4062.           Align = alClient
  4063.           TabOrder = 3
  4064.           Visible = False
  4065.           object ScrollBox10: TScrollBox
  4066.             Left = 1
  4067.             Top = 1
  4068.             Width = 185
  4069.             Height = 278
  4070.             Align = alLeft
  4071.             TabOrder = 0
  4072.             object Panel64: TPanel
  4073.               Left = 0
  4074.               Top = 0
  4075.               Width = 181
  4076.               Height = 21
  4077.               Align = alTop
  4078.               BevelOuter = bvNone
  4079.               Caption = 'Echo a Test Message'
  4080.               Font.Color = clRed
  4081.               Font.Height = -11
  4082.               Font.Name = 'MS Sans Serif'
  4083.               Font.Style = [fsItalic]
  4084.               ParentFont = False
  4085.               TabOrder = 0
  4086.             end
  4087.             object Panel67: TPanel
  4088.               Left = 0
  4089.               Top = 25
  4090.               Width = 181
  4091.               Height = 229
  4092.               TabOrder = 1
  4093.               object ExplorerButton16: TExplorerButton
  4094.                 Left = 32
  4095.                 Top = 144
  4096.                 Width = 121
  4097.                 Height = 25
  4098.                 Bitmap.Data = {
  4099.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4100.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4101.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4102.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333033333
  4103.                   3333333330F03333333333330FFF033333333330F80FF0333333330F80F7FF03
  4104.                   333330F70F0F0FF03333330F77F7F0FF03333330F70F0F0FF03333330F77F7F7
  4105.                   FF03333330F70F0F07F03333330F77FF7F0333333330F707F033333333330F7F
  4106.                   03333333333330F0303330303030330330330303030300000333}
  4107.                 Caption = 'Send Message'
  4108.                 Layout = blBitmapLeft
  4109.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4110.                 OnClick = ExplorerButton16Click
  4111.               end
  4112.               object ExplorerButton17: TExplorerButton
  4113.                 Left = 32
  4114.                 Top = 168
  4115.                 Width = 121
  4116.                 Height = 25
  4117.                 Bitmap.Data = {
  4118.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4119.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4120.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  4121.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  4122.                   FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  4123.                   118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  4124.                   FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  4125.                   118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  4126.                 Caption = '&Stop'
  4127.                 Enabled = False
  4128.                 Layout = blBitmapLeft
  4129.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4130.                 OnClick = ExplorerButton17Click
  4131.               end
  4132.               object gbEchoHost: TGroupBox
  4133.                 Left = 1
  4134.                 Top = 1
  4135.                 Width = 179
  4136.                 Height = 41
  4137.                 Align = alTop
  4138.                 Caption = 'Host'
  4139.                 TabOrder = 0
  4140.                 object edEchoHost: TEdit
  4141.                   Left = 8
  4142.                   Top = 16
  4143.                   Width = 153
  4144.                   Height = 21
  4145.                   TabOrder = 0
  4146.                   Text = '200.200.30.2'
  4147.                 end
  4148.               end
  4149.               object gbEchoHostName: TGroupBox
  4150.                 Left = 1
  4151.                 Top = 42
  4152.                 Width = 179
  4153.                 Height = 52
  4154.                 Align = alTop
  4155.                 Caption = 'Resolved Name \ IP Address'
  4156.                 TabOrder = 1
  4157.                 object edEchoHostName: TLabel
  4158.                   Left = 72
  4159.                   Top = 14
  4160.                   Width = 105
  4161.                   Height = 13
  4162.                   AutoSize = False
  4163.                 end
  4164.                 object Label29: TLabel
  4165.                   Left = 8
  4166.                   Top = 14
  4167.                   Width = 31
  4168.                   Height = 13
  4169.                   Caption = 'Name:'
  4170.                 end
  4171.                 object edEchoIPAddress: TLabel
  4172.                   Left = 72
  4173.                   Top = 30
  4174.                   Width = 104
  4175.                   Height = 13
  4176.                   AutoSize = False
  4177.                 end
  4178.                 object Label30: TLabel
  4179.                   Left = 8
  4180.                   Top = 30
  4181.                   Width = 54
  4182.                   Height = 13
  4183.                   Caption = 'IP Address:'
  4184.                 end
  4185.               end
  4186.               object gbTestMsg: TGroupBox
  4187.                 Left = 1
  4188.                 Top = 94
  4189.                 Width = 179
  4190.                 Height = 41
  4191.                 Align = alTop
  4192.                 Caption = 'Test message'
  4193.                 TabOrder = 2
  4194.                 object edEchoTestMsg: TEdit
  4195.                   Left = 8
  4196.                   Top = 16
  4197.                   Width = 153
  4198.                   Height = 21
  4199.                   TabOrder = 0
  4200.                   Text = 'TechFacts 95 Echo Test'
  4201.                 end
  4202.               end
  4203.             end
  4204.           end
  4205.           object Panel62: TPanel
  4206.             Left = 186
  4207.             Top = 1
  4208.             Width = 251
  4209.             Height = 278
  4210.             Align = alClient
  4211.             TabOrder = 1
  4212.             object Panel63: TPanel
  4213.               Left = 1
  4214.               Top = 228
  4215.               Width = 249
  4216.               Height = 49
  4217.               Align = alBottom
  4218.               TabOrder = 0
  4219.               object gbPort: TGroupBox
  4220.                 Left = 1
  4221.                 Top = 1
  4222.                 Width = 88
  4223.                 Height = 47
  4224.                 Align = alLeft
  4225.                 Caption = 'Port number'
  4226.                 TabOrder = 0
  4227.                 object edPortNo: TSpinEdit
  4228.                   Left = 8
  4229.                   Top = 16
  4230.                   Width = 57
  4231.                   Height = 22
  4232.                   MaxValue = 255
  4233.                   MinValue = 1
  4234.                   TabOrder = 0
  4235.                   Value = 7
  4236.                 end
  4237.               end
  4238.               object gbEchoNo: TGroupBox
  4239.                 Left = 168
  4240.                 Top = 1
  4241.                 Width = 80
  4242.                 Height = 47
  4243.                 Align = alLeft
  4244.                 Caption = 'No of echoes'
  4245.                 TabOrder = 1
  4246.                 object edEchoNo: TSpinEdit
  4247.                   Left = 8
  4248.                   Top = 16
  4249.                   Width = 57
  4250.                   Height = 22
  4251.                   MaxValue = 99
  4252.                   MinValue = 1
  4253.                   TabOrder = 0
  4254.                   Value = 1
  4255.                 end
  4256.               end
  4257.               object gbInterval: TGroupBox
  4258.                 Left = 89
  4259.                 Top = 1
  4260.                 Width = 79
  4261.                 Height = 47
  4262.                 Align = alLeft
  4263.                 Caption = 'Interval (secs)'
  4264.                 TabOrder = 2
  4265.                 object edInterval: TSpinEdit
  4266.                   Left = 8
  4267.                   Top = 16
  4268.                   Width = 57
  4269.                   Height = 22
  4270.                   MaxValue = 1800
  4271.                   MinValue = 1
  4272.                   TabOrder = 0
  4273.                   Value = 10
  4274.                 end
  4275.               end
  4276.             end
  4277.             object memEchoMsg: TMemo
  4278.               Left = 1
  4279.               Top = 1
  4280.               Width = 249
  4281.               Height = 227
  4282.               Align = alClient
  4283.               ScrollBars = ssBoth
  4284.               TabOrder = 1
  4285.             end
  4286.           end
  4287.         end
  4288.         object Panel55: TPanel
  4289.           Left = 0
  4290.           Top = 0
  4291.           Width = 121
  4292.           Height = 0
  4293.           Align = alLeft
  4294.           TabOrder = 0
  4295.           object ExplorerButton12: TExplorerButton
  4296.             Left = 4
  4297.             Top = 8
  4298.             Width = 112
  4299.             Height = 25
  4300.             Hint = 'Ping a host, ip address or a server'
  4301.             Bitmap.Data = {
  4302.               F6000000424DF600000000000000760000002800000010000000100000000100
  4303.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4304.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4305.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4306.               3333333333333333300333333333333330000777777777777770033333333333
  4307.               3330077777777007777003033333300033300777007777707770030300033330
  4308.               3330077777077770777703333303333033330777770777707777333333000000
  4309.               3333333333033330333333333300000033333333333333333333}
  4310.             Caption = '&Ping'
  4311.             HelpContext = 294
  4312.             Layout = blBitmapLeft
  4313.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4314.             OnClick = ExplorerButton12Click
  4315.             ParentShowHint = False
  4316.             ShowHint = True
  4317.             PopupMenu = PopupMenu6
  4318.           end
  4319.           object ExplorerButton13: TExplorerButton
  4320.             Left = 4
  4321.             Top = 32
  4322.             Width = 112
  4323.             Height = 25
  4324.             Hint = 'Trace the route taken to get to a specific host address'
  4325.             Bitmap.Data = {
  4326.               F6000000424DF600000000000000760000002800000010000000100000000100
  4327.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4328.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4329.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4330.               3303333333333333300033333333333300033333333333300033333333333300
  4331.               0333333700073B7033333307777700B33333307F8F8F7033333377F8F9F8F773
  4332.               3333078F898F8703333307F99999F7033333078F898F8703333377F8F9F8F773
  4333.               3333307F8F8F7033333333077777033333333337000733333333}
  4334.             Caption = '&Trace'
  4335.             HelpContext = 295
  4336.             Layout = blBitmapLeft
  4337.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4338.             OnClick = ExplorerButton13Click
  4339.             ParentShowHint = False
  4340.             ShowHint = True
  4341.             PopupMenu = PopupMenu6
  4342.           end
  4343.           object ExplorerButton14: TExplorerButton
  4344.             Left = 4
  4345.             Top = 56
  4346.             Width = 112
  4347.             Height = 25
  4348.             Hint = 
  4349.               'Send a message to a specific server and have it echo it back to ' +
  4350.               'measure performance'
  4351.             Bitmap.Data = {
  4352.               F6000000424DF600000000000000760000002800000010000000100000000100
  4353.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4354.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4355.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  4356.               3333333333000333393333333000803393333333070787333339333077088803
  4357.               3393333077088803393330077700880393330708880808733333070777080873
  4358.               9999080888080873333330088800880393333330880788033933333088077803
  4359.               3393333308777733333933333080703393333333330003333933}
  4360.             Caption = '&Echo'
  4361.             HelpContext = 296
  4362.             Layout = blBitmapLeft
  4363.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4364.             OnClick = ExplorerButton14Click
  4365.             ParentShowHint = False
  4366.             ShowHint = True
  4367.             PopupMenu = PopupMenu6
  4368.           end
  4369.           object ExplorerButton24: TExplorerButton
  4370.             Left = 4
  4371.             Top = 80
  4372.             Width = 112
  4373.             Height = 25
  4374.             Hint = 'List all network resources'
  4375.             Bitmap.Data = {
  4376.               F6000000424DF600000000000000760000002800000010000000100000000100
  4377.               04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4378.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4379.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000333300
  4380.               00000FFFF099990FFFF000000099990000003077033993307703300003399330
  4381.               0003333333399333333300000039930000000FFFF099990FFFF0000000999900
  4382.               0000307703399330770330000339933000033333300000033333333330FFFF03
  4383.               3333333330000003333333333307703333333333330000333333}
  4384.             Caption = '&Net Resources'
  4385.             HelpContext = 299
  4386.             Layout = blBitmapLeft
  4387.             Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4388.             OnClick = ExplorerButton24Click
  4389.             ParentShowHint = False
  4390.             ShowHint = True
  4391.             PopupMenu = PopupMenu6
  4392.           end
  4393.         end
  4394.       end
  4395.       object TabSheet9: TTabSheet
  4396.         Caption = 'T&weak'
  4397.         object PageControl2: TPageControl
  4398.           Left = 0
  4399.           Top = 0
  4400.           Width = 393
  4401.           Height = 0
  4402.           ActivePage = TabSheet10
  4403.           Align = alLeft
  4404.           MultiLine = True
  4405.           TabOrder = 0
  4406.           object TabSheet10: TTabSheet
  4407.             Caption = 'Boot'
  4408.             object GroupBox17: TGroupBox
  4409.               Left = 0
  4410.               Top = 0
  4411.               Width = 385
  4412.               Height = 234
  4413.               Align = alClient
  4414.               Caption = 'Bootup settings'
  4415.               TabOrder = 0
  4416.               object sta_BootKeysWait: TLabel
  4417.                 Left = 244
  4418.                 Top = 201
  4419.                 Width = 53
  4420.                 Height = 16
  4421.                 AutoSize = False
  4422.                 Caption = 'seconds'
  4423.               end
  4424.               object Label36: TLabel
  4425.                 Left = 244
  4426.                 Top = 179
  4427.                 Width = 53
  4428.                 Height = 16
  4429.                 AutoSize = False
  4430.                 Caption = 'seconds'
  4431.               end
  4432.               object Label37: TLabel
  4433.                 Left = 16
  4434.                 Top = 18
  4435.                 Width = 85
  4436.                 Height = 13
  4437.                 Caption = 'Uninstall Directory'
  4438.               end
  4439.               object Label38: TLabel
  4440.                 Left = 16
  4441.                 Top = 39
  4442.                 Width = 89
  4443.                 Height = 13
  4444.                 Caption = 'Windows Directory'
  4445.               end
  4446.               object Label39: TLabel
  4447.                 Left = 16
  4448.                 Top = 61
  4449.                 Width = 114
  4450.                 Height = 13
  4451.                 Caption = 'Windows Boot Directory'
  4452.               end
  4453.               object Label40: TLabel
  4454.                 Left = 16
  4455.                 Top = 83
  4456.                 Width = 75
  4457.                 Height = 13
  4458.                 Caption = 'Host Boot Drive'
  4459.               end
  4460.               object ExplorerButton23: TExplorerButton
  4461.                 Left = 304
  4462.                 Top = 10
  4463.                 Width = 73
  4464.                 Height = 49
  4465.                 Hint = 
  4466.                   'Force the settings for the "Boot" options to be written to the M' +
  4467.                   'SDOS.SYS file'
  4468.                 Bitmap.Data = {
  4469.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4470.                   04000000000080000000CE0E0000C40E00000000000000000000000000000000
  4471.                   800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  4472.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  4473.                   5555500000000005555500B8B8B8B8B000000B0B8B8B8B8B0FF00FB0B8B8B8B8
  4474.                   B0F00BFB0000000000F00FBFBF0FFFFFFFF00BFBFB0F000000F00FBFBF0FFFFF
  4475.                   FFF050FBFB0F000000F05700000FFFFFFFF05555550F00FF00005555550FFFFF
  4476.                   0F055555550FFFFF005555555500000005555555555555555555}
  4477.                 Caption = '&Update MSDOS.SYS'
  4478.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4479.                 WordWrap = True
  4480.                 OnClick = ExplorerButton23Click
  4481.                 ParentShowHint = False
  4482.                 ShowHint = True
  4483.               end
  4484.               object chk_BootWin95: TCheckBox
  4485.                 Left = 10
  4486.                 Top = 111
  4487.                 Width = 173
  4488.                 Height = 13
  4489.                 HelpContext = 10010
  4490.                 Caption = 'Automatically start Windows'
  4491.                 TabOrder = 0
  4492.               end
  4493.               object chk_ShowSplashScreen: TCheckBox
  4494.                 Left = 194
  4495.                 Top = 145
  4496.                 Width = 159
  4497.                 Height = 14
  4498.                 HelpContext = 10030
  4499.                 Caption = 'Show startup splash screen'
  4500.                 TabOrder = 1
  4501.               end
  4502.               object chk_ShowBootMenu: TCheckBox
  4503.                 Left = 10
  4504.                 Top = 178
  4505.                 Width = 163
  4506.                 Height = 14
  4507.                 HelpContext = 10040
  4508.                 Caption = 'Show Boot Menu at startup for'
  4509.                 TabOrder = 2
  4510.               end
  4511.               object chk_BootKeys: TCheckBox
  4512.                 Left = 10
  4513.                 Top = 200
  4514.                 Width = 175
  4515.                 Height = 16
  4516.                 HelpContext = 10050
  4517.                 Caption = 'Boot Function keys available for'
  4518.                 TabOrder = 3
  4519.               end
  4520.               object chk_AutoLoadDRVSpace: TCheckBox
  4521.                 Left = 10
  4522.                 Top = 128
  4523.                 Width = 199
  4524.                 Height = 13
  4525.                 HelpContext = 10420
  4526.                 Caption = 'Automatially load Drivespace'
  4527.                 TabOrder = 4
  4528.               end
  4529.               object chk_AutoLoadDBLSpace: TCheckBox
  4530.                 Left = 194
  4531.                 Top = 128
  4532.                 Width = 185
  4533.                 Height = 14
  4534.                 HelpContext = 10430
  4535.                 Caption = 'Automatically load Doublespace'
  4536.                 TabOrder = 5
  4537.               end
  4538.               object chk_CommandComUMB: TCheckBox
  4539.                 Left = 10
  4540.                 Top = 145
  4541.                 Width = 151
  4542.                 Height = 14
  4543.                 HelpContext = 10440
  4544.                 Caption = 'Load over 640k'
  4545.                 TabOrder = 6
  4546.               end
  4547.               object chk_SafeModeWarn: TCheckBox
  4548.                 Left = 194
  4549.                 Top = 111
  4550.                 Width = 167
  4551.                 Height = 18
  4552.                 HelpContext = 10190
  4553.                 Caption = 'Show Safe-Mode warning'
  4554.                 TabOrder = 7
  4555.               end
  4556.               object chk_Network: TCheckBox
  4557.                 Left = 10
  4558.                 Top = 160
  4559.                 Width = 97
  4560.                 Height = 17
  4561.                 Caption = 'Load Network '
  4562.                 TabOrder = 8
  4563.               end
  4564.               object edi_Uninstall: TEdit
  4565.                 Left = 144
  4566.                 Top = 16
  4567.                 Width = 149
  4568.                 Height = 21
  4569.                 TabOrder = 9
  4570.               end
  4571.               object edi_win: TEdit
  4572.                 Left = 144
  4573.                 Top = 37
  4574.                 Width = 149
  4575.                 Height = 21
  4576.                 TabOrder = 10
  4577.               end
  4578.               object edi_winboot: TEdit
  4579.                 Left = 144
  4580.                 Top = 58
  4581.                 Width = 149
  4582.                 Height = 21
  4583.                 TabOrder = 11
  4584.               end
  4585.               object edi_hostdrive: TEdit
  4586.                 Left = 144
  4587.                 Top = 79
  4588.                 Width = 149
  4589.                 Height = 21
  4590.                 TabOrder = 12
  4591.               end
  4592.               object sp_bootmenu: TSpinEdit
  4593.                 Left = 186
  4594.                 Top = 176
  4595.                 Width = 49
  4596.                 Height = 22
  4597.                 EditorEnabled = False
  4598.                 MaxValue = 1000
  4599.                 MinValue = 1
  4600.                 TabOrder = 13
  4601.                 Value = 29
  4602.               end
  4603.               object sp_BootKeysWait: TSpinEdit
  4604.                 Left = 186
  4605.                 Top = 200
  4606.                 Width = 49
  4607.                 Height = 22
  4608.                 EditorEnabled = False
  4609.                 MaxValue = 60
  4610.                 MinValue = 1
  4611.                 TabOrder = 14
  4612.                 Value = 60
  4613.               end
  4614.             end
  4615.           end
  4616.           object Desktop: TTabSheet
  4617.             Caption = 'Desktop'
  4618.             object GroupBox18: TGroupBox
  4619.               Left = 0
  4620.               Top = 0
  4621.               Width = 385
  4622.               Height = 234
  4623.               Align = alClient
  4624.               Caption = 'Desktop Settings'
  4625.               TabOrder = 0
  4626.               object sta_TrashcanName: TLabel
  4627.                 Left = 10
  4628.                 Top = 18
  4629.                 Width = 243
  4630.                 Height = 15
  4631.                 AutoSize = False
  4632.                 Caption = 'Name of recycle bin'
  4633.               end
  4634.               object edi_TrashcanName: TEdit
  4635.                 Left = 15
  4636.                 Top = 35
  4637.                 Width = 234
  4638.                 Height = 21
  4639.                 HelpContext = 10070
  4640.                 TabOrder = 0
  4641.               end
  4642.               object chk_IconTitleWrap: TCheckBox
  4643.                 Left = 10
  4644.                 Top = 67
  4645.                 Width = 303
  4646.                 Height = 14
  4647.                 HelpContext = 10080
  4648.                 Caption = 'Wrap Icon titles'
  4649.                 TabOrder = 1
  4650.               end
  4651.               object chk_ShowBMPIcons: TCheckBox
  4652.                 Left = 10
  4653.                 Top = 90
  4654.                 Width = 251
  4655.                 Height = 14
  4656.                 HelpContext = 10090
  4657.                 Caption = 'Show mini-bmps'
  4658.                 TabOrder = 2
  4659.               end
  4660.               object chk_SaveDesktop: TCheckBox
  4661.                 Left = 10
  4662.                 Top = 113
  4663.                 Width = 306
  4664.                 Height = 13
  4665.                 HelpContext = 10100
  4666.                 Caption = 'Do not save desktop settings on exit'
  4667.                 TabOrder = 3
  4668.               end
  4669.             end
  4670.           end
  4671.           object TabSheet11: TTabSheet
  4672.             Caption = 'User'
  4673.             object GroupBox19: TGroupBox
  4674.               Left = 0
  4675.               Top = 0
  4676.               Width = 385
  4677.               Height = 234
  4678.               Align = alClient
  4679.               Caption = 'Owner name'
  4680.               TabOrder = 0
  4681.               object sta_UserName: TLabel
  4682.                 Left = 10
  4683.                 Top = 20
  4684.                 Width = 43
  4685.                 Height = 17
  4686.                 AutoSize = False
  4687.                 Caption = 'Name:'
  4688.               end
  4689.               object sta_CompanyName: TLabel
  4690.                 Left = 10
  4691.                 Top = 46
  4692.                 Width = 55
  4693.                 Height = 15
  4694.                 AutoSize = False
  4695.                 Caption = 'Company:'
  4696.               end
  4697.               object sta_UserNameLogin: TLabel
  4698.                 Left = 10
  4699.                 Top = 72
  4700.                 Width = 127
  4701.                 Height = 16
  4702.                 AutoSize = False
  4703.                 Caption = 'Network logon name'
  4704.               end
  4705.               object edi_UserName: TEdit
  4706.                 Left = 75
  4707.                 Top = 20
  4708.                 Width = 186
  4709.                 Height = 21
  4710.                 HelpContext = 10110
  4711.                 TabOrder = 0
  4712.               end
  4713.               object edi_CompanyName: TEdit
  4714.                 Left = 75
  4715.                 Top = 42
  4716.                 Width = 186
  4717.                 Height = 21
  4718.                 HelpContext = 10120
  4719.                 TabOrder = 1
  4720.               end
  4721.               object edi_UserNameLogin: TEdit
  4722.                 Left = 76
  4723.                 Top = 90
  4724.                 Width = 181
  4725.                 Height = 21
  4726.                 HelpContext = 10130
  4727.                 TabOrder = 2
  4728.               end
  4729.             end
  4730.           end
  4731.           object TabSheet12: TTabSheet
  4732.             Caption = 'Shortcuts'
  4733.             object GroupBox20: TGroupBox
  4734.               Left = 0
  4735.               Top = 0
  4736.               Width = 385
  4737.               Height = 234
  4738.               Align = alClient
  4739.               Caption = 'Shortcut settings'
  4740.               TabOrder = 0
  4741.               object chk_NewLnkWithText: TCheckBox
  4742.                 Left = 12
  4743.                 Top = 27
  4744.                 Width = 309
  4745.                 Height = 20
  4746.                 HelpContext = 10140
  4747.                 Caption = 'Prefix "Shortcut to.." on new shortcuts'
  4748.                 TabOrder = 0
  4749.               end
  4750.               object chk_InFileGotArrow: TCheckBox
  4751.                 Left = 12
  4752.                 Top = 56
  4753.                 Width = 287
  4754.                 Height = 17
  4755.                 HelpContext = 10150
  4756.                 Caption = 'Shortcuts have "arrow" symbol'
  4757.                 TabOrder = 1
  4758.               end
  4759.               object chk_PiffilesWithArrow: TCheckBox
  4760.                 Left = 12
  4761.                 Top = 83
  4762.                 Width = 290
  4763.                 Height = 14
  4764.                 HelpContext = 10160
  4765.                 Caption = 'MS-DOS shortcuts have "arrow" symbol'
  4766.                 TabOrder = 2
  4767.               end
  4768.             end
  4769.           end
  4770.           object TabSheet13: TTabSheet
  4771.             Caption = 'Misc'
  4772.             object GroupBox21: TGroupBox
  4773.               Left = 0
  4774.               Top = 0
  4775.               Width = 385
  4776.               Height = 234
  4777.               Align = alClient
  4778.               Caption = 'Misc settings'
  4779.               TabOrder = 0
  4780.               object chk_BeepOnErrors: TCheckBox
  4781.                 Left = 10
  4782.                 Top = 25
  4783.                 Width = 183
  4784.                 Height = 14
  4785.                 HelpContext = 10170
  4786.                 Caption = 'Beep on Errors'
  4787.                 TabOrder = 0
  4788.               end
  4789.               object chk_LogiDoubleClick: TCheckBox
  4790.                 Left = 10
  4791.                 Top = 50
  4792.                 Width = 296
  4793.                 Height = 15
  4794.                 HelpContext = 10180
  4795.                 Caption = 'Mouse middle button is double-click'
  4796.                 TabOrder = 1
  4797.               end
  4798.             end
  4799.           end
  4800.           object TabSheet14: TTabSheet
  4801.             Caption = 'Actions'
  4802.             object GroupBox22: TGroupBox
  4803.               Left = 0
  4804.               Top = 0
  4805.               Width = 385
  4806.               Height = 234
  4807.               Align = alClient
  4808.               Caption = 'Actions to Force Windows To Change'
  4809.               TabOrder = 0
  4810.               object ExplorerButton25: TExplorerButton
  4811.                 Left = 24
  4812.                 Top = 24
  4813.                 Width = 345
  4814.                 Height = 33
  4815.                 Hint = 'This option clears your screen saver password'
  4816.                 Bitmap.Data = {
  4817.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4818.                   0400000000008000000000000000000000000000000000000000000000000000
  4819.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  4820.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  4821.                   5555000000005550555500550005505555550055500555555555500550050055
  4822.                   5555550050501105555555550509991055555005550999910555500505509990
  4823.                   305555005055090B03055555555550B0B03055550555550B0B33555555555550
  4824.                   BBB35550555555550BBB55555555555550BB555555555555550B}
  4825.                 Caption = 'Click here to clear your screensaver password'
  4826.                 Layout = blBitmapLeft
  4827.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4828.                 OnClick = ExplorerButton25Click
  4829.                 ParentShowHint = False
  4830.                 ShowHint = True
  4831.               end
  4832.               object ExplorerButton30: TExplorerButton
  4833.                 Left = 24
  4834.                 Top = 64
  4835.                 Width = 345
  4836.                 Height = 33
  4837.                 Hint = 
  4838.                   'This option clears the windows maintained most recently used fil' +
  4839.                   'e list'
  4840.                 Bitmap.Data = {
  4841.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4842.                   0400000000008000000000000000000000000000000000000000000000000000
  4843.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  4844.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500000000000
  4845.                   00050BBBBBBBBBBBBBB00BBBB0000000BBB00BBB088BBB880BB00BBBBBBBBBBB
  4846.                   BBB00BBBB0000000BBB00BBBB0FFFFF0BBB00BBBB0000000BBB00BBBBBBBBBBB
  4847.                   BBB00000000000000000500FFFFFFFFFF0055500FFF000000055550F888FFFFF
  4848.                   F055550000000FFF005555088888800080555500000000000055}
  4849.                 Caption = 'Click here to clear the "Most Recently Used" documents list'
  4850.                 Layout = blBitmapLeft
  4851.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4852.                 OnClick = ExplorerButton30Click
  4853.                 ParentShowHint = False
  4854.                 ShowHint = True
  4855.               end
  4856.               object ExplorerButton31: TExplorerButton
  4857.                 Left = 24
  4858.                 Top = 104
  4859.                 Width = 345
  4860.                 Height = 33
  4861.                 Hint = 'This option clears the programs and links on the Start Menu'
  4862.                 Bitmap.Data = {
  4863.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4864.                   0400000000008000000000000000000000000000000000000000000000000000
  4865.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  4866.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555550555
  4867.                   55555505555B055558055B50555B05558B5555B5055B5558B555555B5550005B
  4868.                   5555555555BBB005555555555BBBBB0055555000BBBBBBB05000BBB5BBBBBBB0
  4869.                   BBB55555BBBBBBB5555555555BBBBB555555555805BBB5550555558B5555055B
  4870.                   505558B5555B0555B5055B55555B05555B555555555B55555555}
  4871.                 Caption = 'Click here to clear the entries on the "Start Menu"'
  4872.                 Layout = blBitmapLeft
  4873.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4874.                 OnClick = ExplorerButton31Click
  4875.                 ParentShowHint = False
  4876.                 ShowHint = True
  4877.               end
  4878.             end
  4879.           end
  4880.           object TabSheet16: TTabSheet
  4881.             Caption = 'Uninstall'
  4882.             object GroupBox24: TGroupBox
  4883.               Left = 0
  4884.               Top = 0
  4885.               Width = 385
  4886.               Height = 234
  4887.               Align = alClient
  4888.               Caption = 'This functions will remove installed applications'
  4889.               TabOrder = 0
  4890.               object ExplorerButton27: TExplorerButton
  4891.                 Left = 208
  4892.                 Top = 112
  4893.                 Width = 105
  4894.                 Height = 33
  4895.                 Hint = 'Click here to uninstall the selected application'
  4896.                 Bitmap.Data = {
  4897.                   F6000000424DF600000000000000760000002800000010000000100000000100
  4898.                   0400000000008000000000000000000000000000000000000000000000000000
  4899.                   80000080000000808000800000008000800080800000C0C0C000808080000000
  4900.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  4901.                   5555000000005550555500550005505555550055500555555555500550050055
  4902.                   5555550050501105555555550509991055555005550999910555500505509990
  4903.                   305555005055090B03055555555550B0B03055550555550B0B33555555555550
  4904.                   BBB35550555555550BBB55555555555550BB555555555555550B}
  4905.                 Caption = 'Uninstall'
  4906.                 Layout = blBitmapLeft
  4907.                 Options = [boMonoDisplay, boPopupMark, boShowBevel]
  4908.                 OnClick = ExplorerButton27Click
  4909.               end
  4910.               object lst_Deinstall: TListBox
  4911.                 Left = 10
  4912.                 Top = 21
  4913.                 Width = 303
  4914.                 Height = 85
  4915.                 HelpContext = 10280
  4916.                 ItemHeight = 13
  4917.                 TabOrder = 0
  4918.               end
  4919.             end
  4920.           end
  4921.           object TabSheet17: TTabSheet
  4922.             Caption = 'System'
  4923.             object TabSheet18: TTabSheet
  4924.               Caption = 'Dateisystem*'
  4925.               object Label42: TLabel
  4926.                 Left = 3
  4927.                 Top = 78
  4928.                 Width = 129
  4929.                 Height = 11
  4930.                 Caption = 'Pfad der Windows 95-Setup-CD:*'
  4931.               end
  4932.               object CheckBox25: TCheckBox
  4933.                 Left = 7
  4934.                 Top = 36
  4935.                 Width = 195
  4936.                 Height = 14
  4937.                 HelpContext = 22
  4938.                 Caption = 'MS-DOS Dateinamen ohne Tilde (~)*'
  4939.                 TabOrder = 0
  4940.               end
  4941.               object CheckBox26: TCheckBox
  4942.                 Left = 7
  4943.                 Top = 55
  4944.                 Width = 267
  4945.                 Height = 14
  4946.                 Caption = 'DLLs sofort aus dem Speicher entfernen*'
  4947.                 TabOrder = 1
  4948.               end
  4949.               object Edit10: TEdit
  4950.                 Left = 10
  4951.                 Top = 94
  4952.                 Width = 267
  4953.                 Height = 24
  4954.                 Enabled = False
  4955.                 TabOrder = 2
  4956.                 Text = 'edi_WinSourcePath'
  4957.               end
  4958.               object CheckBox27: TCheckBox
  4959.                 Left = 7
  4960.                 Top = 127
  4961.                 Width = 228
  4962.                 Height = 14
  4963.                 Caption = 'Sanftes Scrolling*'
  4964.                 TabOrder = 3
  4965.               end
  4966.             end
  4967.             object GroupBox25: TGroupBox
  4968.               Left = 0
  4969.               Top = 0
  4970.               Width = 385
  4971.               Height = 234
  4972.               Align = alClient
  4973.               Caption = 'System Settings'
  4974.               TabOrder = 1
  4975.               object sta_WinSourcePath: TLabel
  4976.                 Left = 7
  4977.                 Top = 77
  4978.                 Width = 210
  4979.                 Height = 15
  4980.                 AutoSize = False
  4981.                 Caption = 'Windows Setup path'
  4982.               end
  4983.               object chk_DOSNameNoTilde: TCheckBox
  4984.                 Left = 7
  4985.                 Top = 19
  4986.                 Width = 195
  4987.                 Height = 14
  4988.                 HelpContext = 10300
  4989.                 Caption = 'MS-DOS name no tilde (~)'
  4990.                 TabOrder = 0
  4991.               end
  4992.               object chk_LogAppErrors: TCheckBox
  4993.                 Left = 7
  4994.                 Top = 48
  4995.                 Width = 286
  4996.                 Height = 14
  4997.                 HelpContext = 10310
  4998.                 Caption = 'Log system errors in  FAULTLOG.TXT'
  4999.                 TabOrder = 1
  5000.               end
  5001.               object edi_WinSourcePath: TEdit
  5002.                 Left = 37
  5003.                 Top = 92
  5004.                 Width = 267
  5005.                 Height = 21
  5006.                 HelpContext = 10320
  5007.                 Enabled = False
  5008.                 TabOrder = 2
  5009.               end
  5010.             end
  5011.           end
  5012.           object TabSheet19: TTabSheet
  5013.             Caption = 'StartUp'
  5014.             object GroupBox26: TGroupBox
  5015.               Left = 0
  5016.               Top = 0
  5017.               Width = 385
  5018.               Height = 89
  5019.               Align = alTop
  5020.               Caption = 'Start Menu'
  5021.               TabOrder = 0
  5022.               object sta_StartMenuDelay: TLabel
  5023.                 Left = 10
  5024.                 Top = 43
  5025.                 Width = 182
  5026.                 Height = 14
  5027.                 AutoSize = False
  5028.                 Caption = 'Start-menu reaction time (in milliseconds):'
  5029.               end
  5030.               object Label43: TLabel
  5031.                 Left = 162
  5032.                 Top = 63
  5033.                 Width = 143
  5034.                 Height = 19
  5035.                 AutoSize = False
  5036.                 Caption = 'min:0 max:65536'
  5037.               end
  5038.               object chk_ClickHereToBegin: TCheckBox
  5039.                 Left = 10
  5040.                 Top = 19
  5041.                 Width = 296
  5042.                 Height = 13
  5043.                 HelpContext = 10330
  5044.                 Caption = 'Animated "Click here to begin"'
  5045.                 TabOrder = 0
  5046.               end
  5047.               object edi_StartMenuDelay: TEdit
  5048.                 Left = 52
  5049.                 Top = 60
  5050.                 Width = 98
  5051.                 Height = 21
  5052.                 HelpContext = 10340
  5053.                 Enabled = False
  5054.                 MaxLength = 5
  5055.                 TabOrder = 1
  5056.               end
  5057.             end
  5058.             object GroupBox27: TGroupBox
  5059.               Left = 0
  5060.               Top = 89
  5061.               Width = 385
  5062.               Height = 145
  5063.               Align = alClient
  5064.               Caption = 'Load Options'
  5065.               TabOrder = 1
  5066.               object chk_AlwaysUnloadDLL: TCheckBox
  5067.                 Left = 10
  5068.                 Top = 22
  5069.                 Width = 267
  5070.                 Height = 14
  5071.                 HelpContext = 10410
  5072.                 Caption = 'Always unload DLLs'
  5073.                 TabOrder = 0
  5074.               end
  5075.               object chk_StartBanner: TCheckBox
  5076.                 Left = 10
  5077.                 Top = 41
  5078.                 Width = 191
  5079.                 Height = 13
  5080.                 HelpContext = 10020
  5081.                 Caption = 'Show "Welcome to.." on startup'
  5082.                 TabOrder = 1
  5083.               end
  5084.               object chk_MoreRam4Dos: TCheckBox
  5085.                 Left = 10
  5086.                 Top = 59
  5087.                 Width = 264
  5088.                 Height = 14
  5089.                 HelpContext = 10450
  5090.                 Caption = 'More RAM for  DOS-Programs'
  5091.                 TabOrder = 2
  5092.               end
  5093.             end
  5094.           end
  5095.           object TabSheet20: TTabSheet
  5096.             Caption = 'Auto-CDs'
  5097.             object GroupBox28: TGroupBox
  5098.               Left = 0
  5099.               Top = 0
  5100.               Width = 385
  5101.               Height = 234
  5102.               Align = alClient
  5103.               Caption = 'Auto-CD settings'
  5104.               TabOrder = 0
  5105.               object chk_AutoPlayAudioCD: TCheckBox
  5106.                 Left = 10
  5107.                 Top = 25
  5108.                 Width = 218
  5109.                 Height = 14
  5110.                 HelpContext = 10350
  5111.                 Caption = 'Audio-CDs automatically play'
  5112.                 TabOrder = 0
  5113.               end
  5114.               object chk_AutoPlayDataCDs: TCheckBox
  5115.                 Left = 10
  5116.                 Top = 43
  5117.                 Width = 300
  5118.                 Height = 14
  5119.                 HelpContext = 10360
  5120.                 Caption = 'Data CDs automatically start (Autostart.INF)'
  5121.                 TabOrder = 1
  5122.               end
  5123.             end
  5124.           end
  5125.           object TabSheet21: TTabSheet
  5126.             Caption = 'Effects'
  5127.             object GroupBox29: TGroupBox
  5128.               Left = 0
  5129.               Top = 0
  5130.               Width = 385
  5131.               Height = 234
  5132.               Align = alClient
  5133.               Caption = 'Taskbar effects'
  5134.               TabOrder = 0
  5135.               object chk_WinTaskbarZoom: TCheckBox
  5136.                 Left = 10
  5137.                 Top = 19
  5138.                 Width = 209
  5139.                 Height = 13
  5140.                 HelpContext = 10370
  5141.                 Caption = 'Animated Taskbar'
  5142.                 TabOrder = 0
  5143.               end
  5144.               object chk_SmoothScrolling: TCheckBox
  5145.                 Left = 10
  5146.                 Top = 41
  5147.                 Width = 296
  5148.                 Height = 14
  5149.                 HelpContext = 10380
  5150.                 Caption = 'Smooth Scroll'
  5151.                 TabOrder = 1
  5152.               end
  5153.               object GroupBox30: TGroupBox
  5154.                 Left = 10
  5155.                 Top = 66
  5156.                 Width = 222
  5157.                 Height = 63
  5158.                 Caption = 'Plus! pack settings'
  5159.                 TabOrder = 2
  5160.                 object chk_DragFullWindows: TCheckBox
  5161.                   Left = 7
  5162.                   Top = 20
  5163.                   Width = 186
  5164.                   Height = 13
  5165.                   HelpContext = 10390
  5166.                   Caption = 'Drag full windows'
  5167.                   TabOrder = 0
  5168.                 end
  5169.                 object chk_FontSmoothing: TCheckBox
  5170.                   Left = 7
  5171.                   Top = 39
  5172.                   Width = 160
  5173.                   Height = 14
  5174.                   HelpContext = 10400
  5175.                   Caption = 'Font smoothing'
  5176.                   TabOrder = 1
  5177.                 end
  5178.               end
  5179.             end
  5180.           end
  5181.         end
  5182.         object Panel72: TPanel
  5183.           Left = 393
  5184.           Top = 0
  5185.           Width = 166
  5186.           Height = 280
  5187.           Align = alClient
  5188.           TabOrder = 1
  5189.           object Panel73: TPanel
  5190.             Left = 1
  5191.             Top = 238
  5192.             Width = 164
  5193.             Height = 41
  5194.             Align = alBottom
  5195.             BevelOuter = bvNone
  5196.             TabOrder = 0
  5197.             object ExplorerButton28: TExplorerButton
  5198.               Left = 88
  5199.               Top = 4
  5200.               Width = 73
  5201.               Height = 33
  5202.               Hint = 'Commit the changes you have made on this form to the registry'
  5203.               Bitmap.Data = {
  5204.                 F6000000424DF600000000000000760000002800000010000000100000000100
  5205.                 04000000000080000000CE0E0000D80E00000000000000000000000000000000
  5206.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5207.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  5208.                 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000FFFFF0BFBFBFBFB
  5209.                 0FFFFF0FBFBFBFBF0FFFFF0BFBFBFBFB0FFFFF0FBFBFBFBF0FFFFF0BFBFBFBFB
  5210.                 0FFFFF0FBFBFBFBF0FFFFF0000000000FFFFFFF0FBFB0FFFFFFFFFF700007FFF
  5211.                 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  5212.               Caption = 'Commit'
  5213.               Layout = blBitmapLeft
  5214.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  5215.               OnClick = ExplorerButton28Click
  5216.               ParentShowHint = False
  5217.               ShowHint = True
  5218.             end
  5219.             object ExplorerButton29: TExplorerButton
  5220.               Left = 4
  5221.               Top = 4
  5222.               Width = 73
  5223.               Height = 33
  5224.               Hint = 'Force the settings to be reread into this form'
  5225.               Bitmap.Data = {
  5226.                 F6000000424DF600000000000000760000002800000010000000100000000100
  5227.                 04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5228.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5229.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  5230.                 5555555555555555555555555555555555555555555555555555550000000000
  5231.                 5555500B8B8B8B8B055550F0B8B8B8B8B05550BF0B8B8B8B8B0550FBF0000000
  5232.                 000550BFBFBFBFB0555550FBFBFBFBF0555550BFBFBF00055555550BFBF05555
  5233.                 5555557000075555555555555555555555555555555555555555}
  5234.               Caption = 'Reread'
  5235.               Layout = blBitmapLeft
  5236.               Options = [boMonoDisplay, boPopupMark, boShowBevel]
  5237.               OnClick = ExplorerButton29Click
  5238.               ParentShowHint = False
  5239.               ShowHint = True
  5240.             end
  5241.           end
  5242.           object Panel74: TPanel
  5243.             Left = 1
  5244.             Top = 1
  5245.             Width = 164
  5246.             Height = 16
  5247.             Align = alTop
  5248.             BevelOuter = bvNone
  5249.             Caption = 'Current Settings'
  5250.             Font.Color = clRed
  5251.             Font.Height = -11
  5252.             Font.Name = 'MS Sans Serif'
  5253.             Font.Style = [fsItalic]
  5254.             ParentFont = False
  5255.             TabOrder = 1
  5256.           end
  5257.           object ExtlistView2: TExtlistView
  5258.             Left = 1
  5259.             Top = 17
  5260.             Width = 164
  5261.             Height = 221
  5262.             Align = alClient
  5263.             Columns = <
  5264.               item
  5265.                 Caption = 'Setting'
  5266.                 Width = 6
  5267.                 WidthType = (
  5268.                   -1)
  5269.               end
  5270.               item
  5271.                 Caption = 'Source'
  5272.                 Width = 12
  5273.                 WidthType = (
  5274.                   -1)
  5275.               end
  5276.               item
  5277.                 Caption = 'Value'
  5278.                 Width = 12
  5279.                 WidthType = (
  5280.                   -1)
  5281.               end>
  5282.             ReadOnly = False
  5283.             TabOrder = 2
  5284.             ViewStyle = vsReport
  5285.           end
  5286.         end
  5287.       end
  5288.     end
  5289.     object Panel1: TPanel
  5290.       Left = 0
  5291.       Top = 0
  5292.       Width = 567
  5293.       Height = 33
  5294.       Align = alTop
  5295.       BevelInner = bvLowered
  5296.       TabOrder = 0
  5297.       object ExitButton: TExplorerButton
  5298.         Left = 4
  5299.         Top = 4
  5300.         Width = 25
  5301.         Height = 25
  5302.         Hint = 'Exit TechFacts 95'
  5303.         Bitmap.Data = {
  5304.           F6000000424DF600000000000000760000002800000010000000100000000100
  5305.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5306.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5307.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFF88FFFFFFF
  5308.           FFFFFF9118FFFFF98FFFFF91118FFF9118FFFF911118F911118FFFF911118111
  5309.           118FFFFF9111111118FFFFFFF91111118FFFFFFFFF111118FFFFFFFFFF911118
  5310.           FFFFFFFFF9111118FFFFFFFF911181118FFFFFF91118F91118FFFFF9118FFF91
  5311.           118FFFFF91FFFFF9111FFFFFFFFFFFFF919FFFFFFFFFFFFFFFFF}
  5312.         Caption = 'Exit'
  5313.         HelpContext = 1
  5314.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5315.         OnClick = ExitButtonClick
  5316.         ParentShowHint = False
  5317.         ShowHint = True
  5318.         PopupMenu = PopupMenu6
  5319.       end
  5320.       object BitBtn1: TExplorerButton
  5321.         Left = 30
  5322.         Top = 4
  5323.         Width = 25
  5324.         Height = 25
  5325.         Hint = 'Run the TechFacts setup function'
  5326.         Bitmap.Data = {
  5327.           F6000000424DF600000000000000760000002800000010000000100000000100
  5328.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5329.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5330.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  5331.           195057000FF05559190370FFFF05555919330F00FF055559193300550F055559
  5332.           193507550F05559999955570F075501111155500075503330555555555503335
  5333.           0555550055033355055550505033355505550500033355550555000000355557
  5334.           0755550000055557075555300007555707555533500000555555}
  5335.         Caption = 'ExplorerButton'
  5336.         HelpContext = 2
  5337.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5338.         OnClick = BitBtn1Click
  5339.         ParentShowHint = False
  5340.         ShowHint = True
  5341.         PopupMenu = PopupMenu6
  5342.       end
  5343.       object BitBtn17: TExplorerButton
  5344.         Left = 56
  5345.         Top = 4
  5346.         Width = 25
  5347.         Height = 25
  5348.         Hint = 'Reset all Alarms'
  5349.         Bitmap.Data = {
  5350.           F6000000424DF600000000000000760000002800000010000000100000000100
  5351.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5352.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5353.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  5354.           3333333339999933333333399999999933333399937073999333399933000339
  5355.           9933399333707333993399333333333339939933333033333993993333707333
  5356.           3333993333101333333399333300039999933993330003399993399933000333
  5357.           9993339993707399999333399999999933933333399999333333}
  5358.         Caption = 'ExplorerButton'
  5359.         HelpContext = 3
  5360.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5361.         OnClick = RefreshButtonClick
  5362.         ParentShowHint = False
  5363.         ShowHint = True
  5364.         PopupMenu = PopupMenu6
  5365.       end
  5366.       object ResetButton: TExplorerButton
  5367.         Left = 82
  5368.         Top = 4
  5369.         Width = 25
  5370.         Height = 25
  5371.         Hint = 'Reset all active alarms'
  5372.         Bitmap.Data = {
  5373.           F6000000424DF600000000000000760000002800000010000000100000000100
  5374.           0400000000008000000000000000000000000000000000000000000000000000
  5375.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5376.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300130000031
  5377.           00333310009090001333330097F0F7900333380970FFF07908333099FFFFFFF9
  5378.           90333090F000FF009033B099FFF0FFF990B3080970F0F0790803BB0097F0F790
  5379.           0BB3000009999900000307780000000788030777788087777803B087700B0077
  5380.           80B303800BBBBB008303330BB0B0B0BB033330BB03B0B30BB033}
  5381.         Caption = 'ExplorerButton'
  5382.         HelpContext = 4
  5383.         Enabled = False
  5384.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5385.         OnClick = ResetButtonClick
  5386.         ParentShowHint = False
  5387.         ShowHint = True
  5388.         PopupMenu = PopupMenu6
  5389.       end
  5390.       object BitBtn6: TExplorerButton
  5391.         Left = 108
  5392.         Top = 4
  5393.         Width = 25
  5394.         Height = 25
  5395.         Hint = 'Print the data in the visible TechFacts window'
  5396.         Bitmap.Data = {
  5397.           F6000000424DF600000000000000760000002800000010000000100000000100
  5398.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5399.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5400.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  5401.           00030888888888888880088888888888888000000000000000000F8F8F8F8F8F
  5402.           8F8008F8F8F8F8F8F9F00F8F8F8F8F8F8F8000000000000000003330FFFFFFFF
  5403.           03333330F0000F0F03333330FFFFFFFF03333330F00F000003333330FFFF0FF0
  5404.           33333330F08F0F0333333330FFFF003333333330000003333333}
  5405.         Caption = 'ExplorerButton'
  5406.         HelpContext = 5
  5407.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5408.         OnClick = BitBtn6Click
  5409.         ParentShowHint = False
  5410.         ShowHint = True
  5411.         PopupMenu = PopupMenu6
  5412.       end
  5413.       object ExplorerButton1: TExplorerButton
  5414.         Left = 134
  5415.         Top = 4
  5416.         Width = 25
  5417.         Height = 25
  5418.         Hint = 'Invoke the print preview function'
  5419.         Bitmap.Data = {
  5420.           F6000000424DF600000000000000760000002800000010000000100000000100
  5421.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5422.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5423.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000000
  5424.           0000333330FFFFFFFFF0003000000FF000F0E00FBFBFB0FFFFF0E0FBFB00000F
  5425.           F0F0E0BFBFBFBFB0FFF0E0FBFB00000FF0F0E0BFBFBFBFB0FFF0E0FB0000000F
  5426.           F0F0000FB0FFFFFFFFF0333000FFFFFFFFF0333330F000FF0000333330FFFFFF
  5427.           0FF0333330CCCCCC0F03333330FFFFFF00333333300000000333}
  5428.         Caption = 'ExplorerButton'
  5429.         HelpContext = 6
  5430.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5431.         OnClick = BitBtn22Click
  5432.         ParentShowHint = False
  5433.         ShowHint = True
  5434.         PopupMenu = PopupMenu6
  5435.       end
  5436.       object ClearButton: TExplorerButton
  5437.         Left = 160
  5438.         Top = 4
  5439.         Width = 25
  5440.         Height = 25
  5441.         Hint = 'Clear the active data panel'
  5442.         Bitmap.Data = {
  5443.           F6000000424DF600000000000000760000002800000010000000100000000100
  5444.           0400000000008000000000000000000000000000000000000000000000000000
  5445.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5446.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  5447.           5555000000005550555500550005505555550055500555555555500550050055
  5448.           5555550050501105555555550509991055555005550999910555500505509990
  5449.           305555005055090B03055555555550B0B03055550555550B0B33555555555550
  5450.           BBB35550555555550BBB55555555555550BB555555555555550B}
  5451.         Caption = 'ExplorerButton'
  5452.         HelpContext = 9
  5453.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5454.         OnClick = ClearButtonClick
  5455.         ParentShowHint = False
  5456.         ShowHint = True
  5457.         PopupMenu = PopupMenu6
  5458.       end
  5459.       object BitBtn23: TExplorerButton
  5460.         Left = 186
  5461.         Top = 4
  5462.         Width = 25
  5463.         Height = 25
  5464.         Hint = 'Copy the selection to the clipboard'
  5465.         Bitmap.Data = {
  5466.           F6000000424DF600000000000000760000002800000010000000100000000100
  5467.           0400000000008000000000000000000000000000000000000000000000000000
  5468.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5469.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  5470.           3333333333333330033333333333330883333C00333330883333C0CC03330880
  5471.           0000C033C03088FFFFF0CC00000F888888803CCCCC0000000000333330030FFF
  5472.           FFF0333C0C030F00F0F033C03C030FFFFFF033C03C030F0FFFF033C000330FFF
  5473.           0000333CCC330F0F0FF0333333330FFF0F033333333300000033}
  5474.         Caption = 'ExplorerButton'
  5475.         HelpContext = 7
  5476.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5477.         OnClick = BitBtn23Click
  5478.         ParentShowHint = False
  5479.         ShowHint = True
  5480.         PopupMenu = PopupMenu6
  5481.       end
  5482.       object BitBtn24: TExplorerButton
  5483.         Left = 236
  5484.         Top = 4
  5485.         Width = 25
  5486.         Height = 25
  5487.         Hint = 'Save the selected text to a disk file'
  5488.         Bitmap.Data = {
  5489.           F6000000424DF600000000000000760000002800000010000000100000000100
  5490.           0400000000008000000000000000000000000000000000000000000000000000
  5491.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5492.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  5493.           33333333333333903333333333333399033300000099999990330FFFF0999999
  5494.           99030FFFF099999999900F00F099999999030FFFF099999990330F00FFFFF099
  5495.           03330FFFFFFFF09033330F00F000000333330FFFF0FF033333330F07F0F03333
  5496.           33330FFFF0033333333300000033333333333333333333333333}
  5497.         Caption = 'ExplorerButton'
  5498.         HelpContext = 8
  5499.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5500.         OnClick = BitBtn24Click
  5501.         ParentShowHint = False
  5502.         ShowHint = True
  5503.         PopupMenu = PopupMenu6
  5504.       end
  5505.       object BitBtn28: TExplorerButton
  5506.         Left = 262
  5507.         Top = 4
  5508.         Width = 25
  5509.         Height = 25
  5510.         Hint = 'Find text in the TechFacts data'
  5511.         Bitmap.Data = {
  5512.           F6000000424DF600000000000000760000002800000010000000100000000100
  5513.           0400000000008000000000000000000000000000000000000000000000000000
  5514.           80000080000000808000800000008000800080800000C0C0C000808080000000
  5515.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  5516.           333333333333333330000030000033333000E00BFBFB03333333E0BFBF000333
  5517.           3300E0FBFBFBF0333300E0BFBF0000003333E0FBFBFBFBFB0399E0BF00000000
  5518.           3399000BFB033333333333300033333333003333333333333300333333333333
  5519.           3333333333333333300033333333333330003333333333333333}
  5520.         Caption = 'ExplorerButton'
  5521.         HelpContext = 11
  5522.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5523.         OnClick = BitBtn28Click
  5524.         ParentShowHint = False
  5525.         ShowHint = True
  5526.         PopupMenu = PopupMenu6
  5527.       end
  5528.       object SMTPEmailBtn: TExplorerButton
  5529.         Left = 288
  5530.         Top = 4
  5531.         Width = 25
  5532.         Height = 25
  5533.         Hint = 'Invoke the Internet email function'
  5534.         Bitmap.Data = {
  5535.           F6000000424DF600000000000000760000002800000010000000100000000100
  5536.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5537.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5538.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  5539.           3333333333333333333300000000000000000FFFFFFFFFFFFFF00FFFF777FFFF
  5540.           FFF00FFFFFFFFFFFFFF00FFFF777777FFFF00FFFFFFFFFFF99900F777FFFFFFF
  5541.           9CA00FFFFFFFFFFF9A9000000000000000003333333333333333333333333333
  5542.           3333333333333333333333333333333333333333333333333333}
  5543.         Caption = 'ExplorerButton'
  5544.         HelpContext = 12
  5545.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5546.         OnClick = SMTPEmailBtnClick
  5547.         ParentShowHint = False
  5548.         ShowHint = True
  5549.         PopupMenu = PopupMenu6
  5550.       end
  5551.       object MapiEmailBtn: TExplorerButton
  5552.         Left = 314
  5553.         Top = 4
  5554.         Width = 25
  5555.         Height = 25
  5556.         Hint = 'Invoke the MAPI email function'
  5557.         Bitmap.Data = {
  5558.           F6000000424DF600000000000000760000002800000010000000100000000100
  5559.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5560.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5561.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  5562.           00000FFFFFFFFFFFFFF00FFFF777FFFFFFF00FFFFFFFFFFFFFF00FFFF7777BBF
  5563.           FFF00FFFFFFFB9BF1CC00F777FFFB99BC1C00FFFFFFFB9BBC1C000000077B999
  5564.           B00033337377B9999B333377377B99BB9BB33737377B9B79B9B733733777BB7B
  5565.           BBB737333777BB777B9B333333777B7777BB333333333777337B}
  5566.         Caption = 'ExplorerButton'
  5567.         HelpContext = 13
  5568.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5569.         OnClick = MapiEmailBtnClick
  5570.         ParentShowHint = False
  5571.         ShowHint = True
  5572.         PopupMenu = PopupMenu6
  5573.       end
  5574.       object TechFaxBtn: TExplorerButton
  5575.         Left = 340
  5576.         Top = 4
  5577.         Width = 25
  5578.         Height = 25
  5579.         Hint = 'Invoke the TechFax FAX utility'
  5580.         Bitmap.Data = {
  5581.           F6000000424DF600000000000000760000002800000010000000100000000100
  5582.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5583.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5584.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300033300000
  5585.           000007070330FFFFFFF007370330F00F00F007370330FFFFFFF007070330F000
  5586.           0FF030003330FFFFFFF033033330F00F000033000330FFFF0FF033007030F08F
  5587.           0F0330703700FFFF003330733370000003333307307033300003333077000307
  5588.           7770333300330000330033333333330777703333333333300003}
  5589.         Caption = 'ExplorerButton'
  5590.         HelpContext = 14
  5591.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5592.         OnClick = TechFaxBtnClick
  5593.         ParentShowHint = False
  5594.         ShowHint = True
  5595.         PopupMenu = PopupMenu6
  5596.       end
  5597.       object HelpBtn: TExplorerButton
  5598.         Left = 366
  5599.         Top = 4
  5600.         Width = 25
  5601.         Height = 25
  5602.         Hint = 'Show the TechFacts 95 help index'
  5603.         Bitmap.Data = {
  5604.           F6000000424DF600000000000000760000002800000010000000100000000100
  5605.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5606.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5607.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333CCCCC33
  5608.           3333CCCCCC808CCCCCC300888807088880030F0770F7F0770F0370FFFFF7FFFF
  5609.           F07370FFFB99FBFFF07330FFBF99BFBFF033370BFBF7FBFB0733370FBF98BFBF
  5610.           07333B0BFB990BFB03333FB000B99000B3333BFBFBFB99FBF3333FBF99BF99BF
  5611.           B33333FB99FB99FB3333333FB9999FB333333333FBFBFB333333}
  5612.         Caption = 'ExplorerButton'
  5613.         HelpContext = 15
  5614.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5615.         OnClick = HelpBtnClick
  5616.         ParentShowHint = False
  5617.         ShowHint = True
  5618.         PopupMenu = PopupMenu6
  5619.       end
  5620.       object ExplorerButton2: TExplorerButton
  5621.         Left = 211
  5622.         Top = 4
  5623.         Width = 25
  5624.         Height = 25
  5625.         Hint = 'Paste data into the current data panel'
  5626.         Bitmap.Data = {
  5627.           F6000000424DF600000000000000760000002800000010000000100000000100
  5628.           04000000000080000000CE0E0000C40E00000000000000000000000000000000
  5629.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  5630.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  5631.           FFF03333330F0000F0F03333330FFFFFFFF07000000007F000000BBBBBBBB0F0
  5632.           FF030B77777BB0F0F0330B7FFFFFB0F003330B7FFFFFB00093330B7FFFFFB039
  5633.           99330B7FFFFFB09999930B7FFFFFB99999990B7FFFFFB0399933070077007039
  5634.           99330B770077B03999330BB7007BB99993337000000007333333}
  5635.         Caption = 'ExplorerButton'
  5636.         HelpContext = 19
  5637.         Options = [boMonoDisplay, boIconOnly, boPopupMark, boShowBevel]
  5638.         OnClick = ExplorerButton2Click
  5639.         ParentShowHint = False
  5640.         ShowHint = True
  5641.         PopupMenu = PopupMenu6
  5642.       end
  5643.       object WhatsThisList: TListBox
  5644.         Left = 504
  5645.         Top = 8
  5646.         Width = 57
  5647.         Height = 97
  5648.         ItemHeight = 13
  5649.         Items.Strings = (
  5650.           
  5651.             '0001 The Exit button will force TechFacts to close and release a' +
  5652.             'll application Windows resources'
  5653.           
  5654.             '0002 The setup button invokes the Techfacts setup window. Using ' +
  5655.             'this window you can modify how TechFacts looks and operates'
  5656.           
  5657.             '0003 The refresh button will force the visible data to refresh c' +
  5658.             'ompletely from its source'
  5659.           
  5660.             '0004 When a resource monitor alarm is triggered, use the Reset A' +
  5661.             'larm button to cancel the alarm and reset the alarm scan'
  5662.           
  5663.             '0005 The Print button will print the contents of the TechFacts d' +
  5664.             'ata that is currently visible'
  5665.           
  5666.             '0006 The Print Preview button invokes the print preview window w' +
  5667.             'hich can be used to adjust print settings, fonts and number of c' +
  5668.             'opies to print'
  5669.           
  5670.             '0007 The Copy to Clipboard function will copy selected text from' +
  5671.             ' the visible data to the clipboard. If no text is selected the e' +
  5672.             'ntire contents are copied to the clipboard'
  5673.           
  5674.             '0008 Use the Save to File button to copy the contents of the vis' +
  5675.             'ible data to a disk file which you can select, or create a new f' +
  5676.             'ile'
  5677.           
  5678.             '0009 The Clear button will clear the contents of the TechFacts d' +
  5679.             'ata window that is currently visible. Note that this process may' +
  5680.             ' take several seconds for certain types of data'
  5681.           
  5682.             '0010 The Techfacts icon in the system tray has both left and rig' +
  5683.             'ht mouse activation. Left mouse will restore the window, right m' +
  5684.             'ouse will show the action popup menu'
  5685.           
  5686.             '0011 Use the Find button to find text in the visible TechFacts w' +
  5687.             'indow.  You can use this button to repeat the text search multip' +
  5688.             'le times'
  5689.           
  5690.             '0012 The Internet Email option will take the contents of the vis' +
  5691.             'ible TechFacts data window and will load it into the integrated ' +
  5692.             'Internet email utility'
  5693.           
  5694.             '0013 The MAPI Email option will take the contents of the visible' +
  5695.             ' TechFacts data window and will load it into the integrated MAPI' +
  5696.             ' email utility'
  5697.           
  5698.             '0014 The TechFax option will invoke the integrated FAX utility w' +
  5699.             'ith the data from the visible TechFacts data window'
  5700.           
  5701.             '0015 TechFacts has integrated help which can be invoked from the' +
  5702.             ' Menu or the toolbar. Integrated help requires no additional hel' +
  5703.             'p files'
  5704.           
  5705.             '0016 The Abort button is used to cancel any active scans or sear' +
  5706.             'ches. This button is only visible when a scan or search is activ' +
  5707.             'e'
  5708.           
  5709.             '0017 Minimizing the TechFacts main window will cause it to only ' +
  5710.             'appear in the system tray as a globe with moving arrows circling' +
  5711.             ' it'
  5712.           
  5713.             '0018 Invoking the About option will display the information scre' +
  5714.             'en describing this product, version and contact information'
  5715.           
  5716.             '0019 Use the Paste button to insert data from the clipboard onto' +
  5717.             ' the data panel that you are currently viewing. This will only w' +
  5718.             'ork on non-columner panels such as '#39'Process Monitor'#39' , '#39'Watch Re' +
  5719.             'sults'#39' or '#39'File Detail'#39'.'
  5720.           
  5721.             '0020 The Machine option will list all devices, drivers and equip' +
  5722.             'ment options that are registered under Windows 95. This option c' +
  5723.             'an be used to inventory a system.'
  5724.           
  5725.             '0100 The main tab control allows you to move between TechFacts f' +
  5726.             'unctions. Click on the tab you want or use the Alt key with the ' +
  5727.             'underlined character'
  5728.           
  5729.             '0101 The status bar shows you the current system time and provid' +
  5730.             'es a messages space. You can use the right corner to drag or siz' +
  5731.             'e the Techfacts window'
  5732.           
  5733.             '0102 Use this button to stop the process monitor. An entry will ' +
  5734.             'be made onto the process log showing the process monitor was sto' +
  5735.             'pped'
  5736.           
  5737.             '0103 This button is used to actually perform the action that is ' +
  5738.             'described in the moving text to the right of the button. Once cl' +
  5739.             'icked, there is no turning back!'
  5740.           
  5741.             '0250 Custom monitors allow you to select disks, resource, cpu or' +
  5742.             ' memory to monitor in a variety of different formats'
  5743.           
  5744.             '0251 Performance monitors dynamically show you the performance v' +
  5745.             'alues in the Windows Registry in a variety of different formats'
  5746.           
  5747.             '0252 The process monitor shows you when processes (programs) are' +
  5748.             ' started or ended. This is a non-graphical monitor'
  5749.           '0253 View a list of all running processes under Windows 95.'
  5750.           
  5751.             '0254 View a list of all modules for a given process. You can sel' +
  5752.             'ect the process.'
  5753.           '0255 View a list of all active threads under Windows 95.'
  5754.           
  5755.             '0256 View a list of all heaps for a selected process. You can se' +
  5756.             'lect the process.'
  5757.           
  5758.             '0257 View a list of all visible or non-visible windows loaded un' +
  5759.             'der Windows 95.'
  5760.           
  5761.             '0258 View a list of all atoms (strings) allocated under Windows ' +
  5762.             '95.'
  5763.           '0259 View information on Windows, OS, DOS and user versions.'
  5764.           '0260 View a snapshot of all CMOS values in ascii and hex.'
  5765.           
  5766.             '0261 View a list of all multimedia devices attached to your syst' +
  5767.             'em.'
  5768.           '0262 ?'
  5769.           
  5770.             '0263 Kill any Windows 95 process. This is a forced program termi' +
  5771.             'nation, data may be lost.'
  5772.           
  5773.             '0264 Unload any Windows 95 module that was loaded by processes t' +
  5774.             'o which you have access.'
  5775.           
  5776.             '0265 Capture screen images. May be entire screen, selected windo' +
  5777.             'ws or selected portions of the screen.'
  5778.           '0266 Save the current CMOS values to a disk file.'
  5779.           '0267 Restore CMOS values from a previously saved disk file.'
  5780.           
  5781.             '0268 Watch your system for changes to disk, files or registry. T' +
  5782.             'racks installs and program changes.'
  5783.           
  5784.             '0269 Scan your disk for utilization by directory, folder and fil' +
  5785.             'e in bytes and percentage of total.'
  5786.           
  5787.             '0270 View values associated with Windows Registry performance da' +
  5788.             'ta.'
  5789.           '0271 View key and data values from the Windows Registry.'
  5790.           '0272 Load the AUTOEXEC.BAT file into the edit form.'
  5791.           '0273 Load the CONFIG.SYS file into the edit form.'
  5792.           '0274 Load the WIN.INI file into the edit form.'
  5793.           '0275 Load the SYSTEM.INI file into the edit form.'
  5794.           '0276 Load a file of your choosing into the edit form.'
  5795.           '0277 Load a file of your choosing into the edit form.'
  5796.           
  5797.             '0278 Search for DLLs loaded, on disk, used, unused and duplicate' +
  5798.             ' DLLs.'
  5799.           
  5800.             '0279 Search for files locally or on network. Select dates and fi' +
  5801.             'le size criteria.'
  5802.           '0280 Search for duplicate files locally or on network.'
  5803.           '0281 Show disk utilization based on actual byte-on-disk usage.'
  5804.           '0282 Show disk utilization based on slack bytes-allocated usage.'
  5805.           '0283 Select a different drive to scan.'
  5806.           '0284 Start the scan of the disk.'
  5807.           '0285 Return to the parent directory and show utilization.'
  5808.           '0286 Start the file search using the selected criteria.'
  5809.           '0287 Get a date using a windows calendar.'
  5810.           '0288 Select the drive path to search.'
  5811.           
  5812.             '0289 The device mapping function will provide you with a list of' +
  5813.             ' all disks, com ports and printer ports and show if they are map' +
  5814.             'ped locally or remotely, what their network mapping is and what ' +
  5815.             'user id what used to log them into the network.'
  5816.           
  5817.             '0290 Program usage will scan your disk for all EXE, DLL, VXD and' +
  5818.             ' DRV files and will list version information that may or may not' +
  5819.             ' be linked into the file.'
  5820.           
  5821.             '0291 The Move It! function lets you update Ini files, program gr' +
  5822.             'oups, Links, Shortcuts and the Registry for applications that yo' +
  5823.             'u have physically moved on your hard disk or onto another drive.'
  5824.           
  5825.             '0292 The string search option lets you search for strings across' +
  5826.             ' your system. Not only will it examine files for the string but ' +
  5827.             'it will also look at filenames, the registry, INI files, shortcu' +
  5828.             'ts and program groups.'
  5829.           
  5830.             '0293 The icon search will scan all files on your local or remote' +
  5831.             ' drives looking for icons.'
  5832.           
  5833.             '0294 The Ping function uses your winsock connection to attempt t' +
  5834.             'o access a given host, ip address or server.'
  5835.           
  5836.             '0295 The Trace function uses your winsock connection to attempt ' +
  5837.             'to trace the ip hops required to get to a given host, ip address' +
  5838.             ' or server.'
  5839.           
  5840.             '0296 The Echo function uses your winsock connection to attempt t' +
  5841.             'o send an echo message and then receive the echo message back fr' +
  5842.             'om a given host, ip address or server.'
  5843.           
  5844.             '0297 Process Heap will provide you with a detailed snapshot of t' +
  5845.             'he exact amount of heap every process on your system is using. T' +
  5846.             'aking a snapshot before and after certain activities will show y' +
  5847.             'ou how much memory a process is using.'
  5848.           
  5849.             '0298 The Zip\Lzh search function scans any local\remote drive fo' +
  5850.             'r all compressed files and lists the files they contain. You can' +
  5851.             ' sort and modify the view to help find the files you are looking' +
  5852.             ' for.'
  5853.           
  5854.             '0299 This option lists all network resources that are available ' +
  5855.             'to your system.')
  5856.         ParentShowHint = False
  5857.         ShowHint = True
  5858.         TabOrder = 0
  5859.         Visible = False
  5860.       end
  5861.       object StopScan: TBitBtn
  5862.         Left = 396
  5863.         Top = 4
  5864.         Width = 85
  5865.         Height = 25
  5866.         Cursor = crArrow
  5867.         Hint = 'click here to abort any TechFacts active scans'
  5868.         HelpContext = 16
  5869.         Caption = '&Abort'
  5870.         ParentShowHint = False
  5871.         PopupMenu = PopupMenu2
  5872.         ShowHint = True
  5873.         TabOrder = 1
  5874.         Visible = False
  5875.         OnClick = StopScanClick
  5876.         Kind = bkNo
  5877.       end
  5878.     end
  5879.   end
  5880.   object StatusBar1: TStatusBar
  5881.     Left = 0
  5882.     Top = 341
  5883.     Width = 567
  5884.     Height = 28
  5885.     HelpContext = 101
  5886.     Panels = <
  5887.       item
  5888.         Alignment = taCenter
  5889.         Width = 100
  5890.       end
  5891.       item
  5892.         Alignment = taCenter
  5893.         Width = 50
  5894.       end
  5895.       item
  5896.         Alignment = taCenter
  5897.         Width = 50
  5898.       end>
  5899.     PopupMenu = PopupMenu2
  5900.     SimplePanel = False
  5901.   end
  5902.   object PopupMenu1: TPopupMenu
  5903.     AutoPopup = False
  5904.     Left = 436
  5905.     Top = 336
  5906.     object Open1: TMenuItem
  5907.       Caption = '&Open'
  5908.       HelpContext = 16
  5909.       ShortCut = 0
  5910.       OnClick = Open1Click
  5911.     end
  5912.     object N1: TMenuItem
  5913.       Caption = '-'
  5914.       ShortCut = 0
  5915.     end
  5916.     object CaptureEntireDesktop2: TMenuItem
  5917.       Caption = '&Capture entire desktop'
  5918.       ShortCut = 0
  5919.       OnClick = Captureentiredesktop1Click
  5920.     end
  5921.     object Capturespecificwindow1: TMenuItem
  5922.       Caption = 'Capture &specific window'
  5923.       ShortCut = 0
  5924.       OnClick = CaptureaSpecificwindow1Click
  5925.     end
  5926.     object Captureareaofdesktop1: TMenuItem
  5927.       Caption = 'Capture &area of desktop'
  5928.       ShortCut = 0
  5929.       OnClick = CaptureaPortionofthescreen1Click
  5930.     end
  5931.     object N3: TMenuItem
  5932.       Caption = '-'
  5933.       ShortCut = 0
  5934.     end
  5935.     object Exit2: TMenuItem
  5936.       Caption = '&Exit'
  5937.       HelpContext = 10
  5938.       ShortCut = 0
  5939.       OnClick = ExitButtonClick
  5940.     end
  5941.   end
  5942.   object Timer1: TTimer
  5943.     Interval = 500
  5944.     OnTimer = Timer1Timer
  5945.     Left = 492
  5946.     Top = 340
  5947.   end
  5948.   object MainMenu1: TMainMenu
  5949.     Left = 472
  5950.     Top = 344
  5951.     object Monitor1: TMenuItem
  5952.       Caption = '&File'
  5953.       HelpContext = 17
  5954.       ShortCut = 0
  5955.       object ResetAlarm1: TMenuItem
  5956.         Caption = 'Reset &Alarm'
  5957.         Enabled = False
  5958.         HelpContext = 4
  5959.         ShortCut = 0
  5960.         OnClick = ResetButtonClick
  5961.       end
  5962.       object Configure1: TMenuItem
  5963.         Caption = '&Configure'
  5964.         HelpContext = 2
  5965.         ShortCut = 0
  5966.         OnClick = BitBtn1Click
  5967.       end
  5968.       object LoadConfigurationfromfile1: TMenuItem
  5969.         Caption = '&Load Configuration from file'
  5970.         ShortCut = 0
  5971.         OnClick = LoadConfigurationfromfile1Click
  5972.       end
  5973.       object SaveConfigurationtofile1: TMenuItem
  5974.         Caption = 'S&ave Configuration to file'
  5975.         ShortCut = 0
  5976.         OnClick = SaveConfigurationtofile1Click
  5977.       end
  5978.       object N6: TMenuItem
  5979.         Caption = '-'
  5980.         ShortCut = 0
  5981.       end
  5982.       object Savetofile1: TMenuItem
  5983.         Caption = '&Save to file...'
  5984.         ShortCut = 16467
  5985.         OnClick = BitBtn24Click
  5986.       end
  5987.       object Print1: TMenuItem
  5988.         Caption = '&Print'
  5989.         ShortCut = 16464
  5990.         OnClick = BitBtn6Click
  5991.       end
  5992.       object PrintPreview1: TMenuItem
  5993.         Caption = 'Print Pre&view...'
  5994.         ShortCut = 16471
  5995.         OnClick = BitBtn22Click
  5996.       end
  5997.       object PrintSetup1: TMenuItem
  5998.         Caption = 'Print Set&up'
  5999.         ShortCut = 0
  6000.         OnClick = PrintSetup1Click
  6001.       end
  6002.       object N2: TMenuItem
  6003.         Caption = '-'
  6004.         ShortCut = 0
  6005.       end
  6006.       object Exit1: TMenuItem
  6007.         Caption = 'E&xit'
  6008.         HelpContext = 1
  6009.         ShortCut = 16472
  6010.         OnClick = ExitButtonClick
  6011.       end
  6012.     end
  6013.     object Edit1: TMenuItem
  6014.       Caption = '&Edit'
  6015.       ShortCut = 0
  6016.       object CopytoClipboard1: TMenuItem
  6017.         Caption = '&Copy to Clipboard'
  6018.         HelpContext = 5
  6019.         ShortCut = 16451
  6020.         OnClick = BitBtn23Click
  6021.       end
  6022.       object N5: TMenuItem
  6023.         Caption = '-'
  6024.         ShortCut = 0
  6025.       end
  6026.       object findfirst1: TMenuItem
  6027.         Caption = '&Find first...'
  6028.         ShortCut = 113
  6029.         OnClick = BitBtn28Click
  6030.       end
  6031.       object Findnext1: TMenuItem
  6032.         Caption = '&Find next'
  6033.         ShortCut = 114
  6034.         OnClick = FindDialog1Find
  6035.       end
  6036.     end
  6037.     object Action1: TMenuItem
  6038.       Caption = '&Action'
  6039.       ShortCut = 0
  6040.       object ModifyLoggingOptions1: TMenuItem
  6041.         Caption = 'Modify Logging Options'
  6042.         ShortCut = 0
  6043.         OnClick = ModifyLoggingOptions1Click
  6044.       end
  6045.       object N8: TMenuItem
  6046.         Caption = '-'
  6047.         ShortCut = 0
  6048.       end
  6049.       object KillProcess1: TMenuItem
  6050.         Caption = '&Kill Process'
  6051.         ShortCut = 0
  6052.         OnClick = BitBtn20Click
  6053.       end
  6054.       object UnloadModule1: TMenuItem
  6055.         Caption = '&Unload Module'
  6056.         ShortCut = 0
  6057.         OnClick = BitBtn21Click
  6058.       end
  6059.       object ScreenCapture1: TMenuItem
  6060.         Caption = '&Screen Capture'
  6061.         ShortCut = 0
  6062.         OnClick = BitBtn7Click
  6063.       end
  6064.       object SaveCMOS1: TMenuItem
  6065.         Caption = 'Save &CMOS'
  6066.         ShortCut = 0
  6067.         OnClick = BitBtn18Click
  6068.       end
  6069.       object RestoreCMOS1: TMenuItem
  6070.         Caption = '&Restore CMOS'
  6071.         ShortCut = 0
  6072.         OnClick = BitBtn19Click
  6073.       end
  6074.     end
  6075.     object MailFax1: TMenuItem
  6076.       Caption = '&Mail/Fax'
  6077.       ShortCut = 0
  6078.       object MapiEmailUtility1: TMenuItem
  6079.         Caption = 'Send data by &MAPI email'
  6080.         HelpContext = 13
  6081.         ShortCut = 0
  6082.         OnClick = MapiEmailBtnClick
  6083.       end
  6084.       object InternetSMTPEmailUtility1: TMenuItem
  6085.         Caption = 'Send data by &Internet SMTP email'
  6086.         HelpContext = 12
  6087.         ShortCut = 0
  6088.         OnClick = SMTPEmailBtnClick
  6089.       end
  6090.       object TechfaxFaxUtility1: TMenuItem
  6091.         Caption = 'Send data by &Techfax fax'
  6092.         HelpContext = 14
  6093.         ShortCut = 0
  6094.         OnClick = TechFaxBtnClick
  6095.       end
  6096.       object N7: TMenuItem
  6097.         Caption = '-'
  6098.         ShortCut = 0
  6099.       end
  6100.       object CreateanewMAPIemail1: TMenuItem
  6101.         Caption = '&Create a new MAPI email'
  6102.         ShortCut = 0
  6103.         OnClick = CreateanewMAPIemail1Click
  6104.       end
  6105.       object CreateanewSMTPemail1: TMenuItem
  6106.         Caption = 'C&reate a new SMTP email'
  6107.         ShortCut = 0
  6108.         OnClick = CreateanewSMTPemail1Click
  6109.       end
  6110.       object Creatablankdetailformtopasteto1: TMenuItem
  6111.         Caption = 'Creat a &blank detail form for pasting'
  6112.         ShortCut = 0
  6113.         OnClick = Creatablankdetailformtopasteto1Click
  6114.       end
  6115.     end
  6116.     object Window1: TMenuItem
  6117.       Caption = '&Window'
  6118.       ShortCut = 0
  6119.       object Minimize1: TMenuItem
  6120.         Caption = '&Minimize'
  6121.         HelpContext = 17
  6122.         ShortCut = 16461
  6123.         OnClick = Minimize1Click
  6124.       end
  6125.       object Refreshall1: TMenuItem
  6126.         Caption = '&Refresh all'
  6127.         HelpContext = 3
  6128.         ShortCut = 16466
  6129.         OnClick = RefreshButtonClick
  6130.       end
  6131.     end
  6132.     object Help1: TMenuItem
  6133.       Caption = '&Help'
  6134.       ShortCut = 0
  6135.       object HelpTopics1: TMenuItem
  6136.         Caption = '&Help Topics...'
  6137.         HelpContext = 15
  6138.         ShortCut = 112
  6139.         OnClick = HelpTopics1Click
  6140.       end
  6141.       object N4: TMenuItem
  6142.         Caption = '-'
  6143.         ShortCut = 0
  6144.       end
  6145.       object AboutMonSys1: TMenuItem
  6146.         Caption = '&About TechFacts 95...'
  6147.         HelpContext = 18
  6148.         ShortCut = 16449
  6149.         OnClick = AboutMonSys1Click
  6150.       end
  6151.     end
  6152.     object HowToRegister1: TMenuItem
  6153.       Caption = 'How To &Register'
  6154.       ShortCut = 0
  6155.       OnClick = HowToRegister1Click
  6156.     end
  6157.   end
  6158.   object PopupMenu2: TPopupMenu
  6159.     Left = 448
  6160.     Top = 344
  6161.     object WhatsThis1: TMenuItem
  6162.       Caption = 'What'#39's This?'
  6163.       ShortCut = 0
  6164.       OnClick = WhatsThis1Click
  6165.     end
  6166.   end
  6167.   object PopupMenu4: TPopupMenu
  6168.     Left = 412
  6169.     Top = 336
  6170.     object GetAllWindows1: TMenuItem
  6171.       Caption = 'Get &All Windows'
  6172.       ShortCut = 0
  6173.       OnClick = GetAllWindows1Click
  6174.     end
  6175.     object GetVisibleWindows1: TMenuItem
  6176.       Caption = 'Get &Visible Windows'
  6177.       ShortCut = 0
  6178.       OnClick = GetVisibleWindows1Click
  6179.     end
  6180.     object GetNonVisibleWindows1: TMenuItem
  6181.       Caption = 'Get &NonVisible Windows'
  6182.       ShortCut = 0
  6183.       OnClick = GetNonVisibleWindows1Click
  6184.     end
  6185.   end
  6186.   object PopupMenu3: TPopupMenu
  6187.     Left = 369
  6188.     Top = 336
  6189.     object MonitorSettings1: TMenuItem
  6190.       Caption = '&What to Monitor'
  6191.       ShortCut = 0
  6192.       OnClick = MonitorSettings1Click
  6193.     end
  6194.     object MonitorType1: TMenuItem
  6195.       Caption = '&Monitor Type'
  6196.       ShortCut = 0
  6197.       OnClick = MonitorType1Click
  6198.     end
  6199.     object AlarmSettings1: TMenuItem
  6200.       Caption = '&Alarm Settings'
  6201.       ShortCut = 0
  6202.       OnClick = AlarmSettings1Click
  6203.     end
  6204.     object ResetthisAlarm1: TMenuItem
  6205.       Caption = '&Reset this Alarm'
  6206.       ShortCut = 0
  6207.       OnClick = ResetthisAlarm1Click
  6208.     end
  6209.   end
  6210.   object PopupMenu5: TPopupMenu
  6211.     Left = 392
  6212.     Top = 336
  6213.     object Captureentiredesktop1: TMenuItem
  6214.       Caption = '&Capture entire desktop'
  6215.       ShortCut = 0
  6216.       OnClick = Captureentiredesktop1Click
  6217.     end
  6218.     object CaptureaSpecificwindow1: TMenuItem
  6219.       Caption = 'Capture a &Specific window'
  6220.       ShortCut = 0
  6221.       OnClick = CaptureaSpecificwindow1Click
  6222.     end
  6223.     object CaptureaPortionofthescreen1: TMenuItem
  6224.       Caption = 'Capture a &Portion of the screen'
  6225.       ShortCut = 0
  6226.       OnClick = CaptureaPortionofthescreen1Click
  6227.     end
  6228.   end
  6229.   object Timer2: TTimer
  6230.     Enabled = False
  6231.     OnTimer = Timer2Timer
  6232.     Left = 509
  6233.     Top = 345
  6234.   end
  6235.   object Timer3: TTimer
  6236.     Interval = 100
  6237.     OnTimer = Timer3Timer
  6238.     Left = 528
  6239.     Top = 336
  6240.   end
  6241.   object SaveDialog1: TSaveDialog
  6242.     FileEditStyle = fsEdit
  6243.     Left = 350
  6244.     Top = 340
  6245.   end
  6246.   object OpenDialog1: TOpenDialog
  6247.     FileEditStyle = fsEdit
  6248.     Left = 334
  6249.     Top = 340
  6250.   end
  6251.   object FontDialog1: TFontDialog
  6252.     Font.Color = clWindowText
  6253.     Font.Height = -11
  6254.     Font.Name = 'MS Sans Serif'
  6255.     Font.Style = []
  6256.     MinFontSize = 0
  6257.     MaxFontSize = 0
  6258.     Left = 317
  6259.     Top = 344
  6260.   end
  6261.   object FindDialog1: TFindDialog
  6262.     Options = [frDown, frFindNext]
  6263.     OnFind = FindDialog1Find
  6264.     Left = 300
  6265.     Top = 336
  6266.   end
  6267.   object Email1: TEmail
  6268.     Left = 280
  6269.     Top = 344
  6270.   end
  6271.   object DdeClientConv1: TDdeClientConv
  6272.     Left = 256
  6273.     Top = 336
  6274.   end
  6275.   object PopupMenu6: TPopupMenu
  6276.     Left = 232
  6277.     Top = 336
  6278.     object WhatsThis2: TMenuItem
  6279.       Caption = 'What'#39's This?'
  6280.       ShortCut = 0
  6281.       OnClick = WhatsThis2Click
  6282.     end
  6283.   end
  6284.   object VersionResource1: TVersionResource
  6285.     FileName = 'C:\WINDOWS\Cardfile.exe'
  6286.     Left = 208
  6287.     Top = 336
  6288.   end
  6289.   object ImageList2: TImageList
  6290.     Left = 185
  6291.     Top = 340
  6292.     Bitmap = {
  6293.       360C000002000000424D360C0000000000003604000028000000400000002000
  6294.       0000010008000000000000080000000000000000000000000000000000000000
  6295.       0000000080000080000000808000800000008000800080800000C0C0C000A8A8
  6296.       A800F0CAA6000000000000000000000000000000000000000000000000000000
  6297.       0000000000000000000000000000000000000000000000000000000000000000
  6298.       0000000000000000000000000000000000000000000000000000000000000000
  6299.       0000000000000000000000000000000000000000000000000000000000000000
  6300.       0000000000000000000000000000000000000000000000000000000000000000
  6301.       0000000000000000000000000000000000000000000000000000000000000000
  6302.       0000000000000000000000000000000000000000000000000000000000000000
  6303.       0000000000000000000000000000000000000000000000000000000000000000
  6304.       0000000000000000000000000000000000000000000000000000000000000000
  6305.       0000000000000000000000000000000000000000000000000000000000000000
  6306.       0000000000000000000000000000000000000000000000000000000000000000
  6307.       0000000000000000000000000000000000000000000000000000000000000000
  6308.       0000000000000000000000000000000000000000000000000000000000000000
  6309.       0000000000000000000000000000000000000000000000000000000000000000
  6310.       0000000000000000000000000000000000000000000000000000000000000000
  6311.       0000000000000000000000000000000000000000000000000000000000000000
  6312.       0000000000000000000000000000000000000000000000000000000000000000
  6313.       0000000000000000000000000000000000000000000000000000000000000000
  6314.       0000000000000000000000000000000000000000000000000000000000000000
  6315.       0000000000000000000000000000000000000000000000000000000000000000
  6316.       0000000000000000000000000000000000000000000000000000000000000000
  6317.       0000000000000000000000000000000000000000000000000000000000000000
  6318.       0000000000000000000000000000000000000000000000000000000000000000
  6319.       0000000000000000000000000000000000000000000000000000000000000000
  6320.       0000000000000000000000000000000000000000000000000000000000000000
  6321.       0000000000000000000000000000000000000000000000000000000000000000
  6322.       0000000000000000000000000000000000000000000000000000000000000000
  6323.       0000000000000000000000000000000000000000000000000000000000000000
  6324.       0000000000000000000000000000000000000000000000000000000000000000
  6325.       00000000000000000000000000000000000000000000F0FBFF00A4A0A0008080
  6326.       80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000032
  6327.       60327832BD3238333D334233C433C933CE33DB33E033E533F233F733FC330934
  6328.       0E34133480349834D834203538357C35F835FD350236843689368E36D836F13E
  6329.       A43FA93FAE3FF83FFD3F00F00C00E800000002300F301430193026302B303030
  6330.       3D3042304730543059305E306B3070307530823087308C303831503195318E39
  6331.       93399839483B983BE83B383CA83CE83CED3CF23CFF3C043D093D163D1B3D203D
  6332.       2D3D323D373D443D493D4E3D5B3D603D653D713ED03ED53EDA3EE73EEC3EF037
  6333.       F537A838AD38B238BF38C438C938D638DB38E038ED38F238F738043909390E39
  6334.       1B3920392539323937393C3949394E395339603965396A3977397C398139E732
  6335.       EC32F132FE32033308334034CF340035403545354A357E35BF35E835ED35F235
  6336.       FF350436093616361B3620367936D53678377D378237D437D937DE37EB37863F
  6337.       000000E00C000801000036306730A830AD30B230F230B731E83128322D323232
  6338.       743279327E328B3290329532A232A732AC32B932BE32C332D032D532DA32443E
  6339.       483E4C3E503E543E583E5C3E603E643E683E6C3E983EA03EA43EA83EAC3EB03E
  6340.       B43EB83EBC3EC03EC43EC83ECC3ED03ED43EF83EFD3E023F0F3F143F193F5C3D
  6341.       603D643D683D6C3D703D743D783D7C3D803D843D883D8C3DC03DC83DCC3DD03D
  6342.       D43DD83DDC3DE03DE43DE83DEC3DF03DF43DF83DFC3D303E383E3C3E403E703C
  6343.       783C7C3C803C843C883C8C3C903C943C983C9C3CA03CA43CA83CAC3CE03CE83C
  6344.       EC3CF03CF43CF83CFC3C003D043D083D0C3D103D143D183D1C3D503D583D643B
  6345.       683B983BA03BA43BA83BAC3BB03BB43BB83BBC3BC03BC43BC83BCC3BD03BD43B
  6346.       043C0C3C103C143C183C1C3C203C243C283C2C3C303C343C383C3C3C403C843A
  6347.       883A8C3A903AC03AC83ACC3AD03AD43AD83ADC3AE03AE43AE83AEC3AF03AF43A
  6348.       F83AFC3A2C3B343B383B3C3B403B443B483B4C3B503B543B583B5C3B603BA439
  6349.       A839AC39B039B439B839E839F039F439F839FC39003A043A083A0C3A103A143A
  6350.       183A1C3A203A243A543A5C3A603A643A683A6C3A703A743A783A7C3A803AC438
  6351.       C838CC38D038D438D838DC38E038103918391C392039243928392C3930393439
  6352.       38393C394039443948394C397C39843988398C399039943998399C39A039D837
  6353.       DC37E037E437E837EC37F037F437F837FC3734383C384038443848384C385038
  6354.       543858385C386038643868386C387038A438AC38B038B438B838BC38C038B836
  6355.       D636F536FA360437093713371837223727373137363758376037643768376C37
  6356.       7037743778377C378037843788378C3790379437C037C837CC37D037D4372430
  6357.       29302E303B3040304530FA304A31A2310C323D328E32F8322933963318344934
  6358.       8C3491349634A334A834AD34013555358D35E1350C361136163654367036FFFF
  6359.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F8FFFFFFFFFFFFFFFFFFFFFFCD3F
  6360.       D23FDF3FE43FE93FF63FFB3F000000D00C009402000000300D3012301730FFFF
  6361.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90101F8FFFFFFFFFFF9F8FFFFFF423A
  6362.       473A543A593A5E3A6B3A703A753A823A873A8C3A993A9E3AA33AB03AB53AFFFF
  6363.       FFFFFFF900FFFFFFFFFFFFFFFFFFFFFFF9010101F8FFFFFFF90101F8FFFF4439
  6364.       48394C395039543958395C39903998399C39A039A439A839AC39B039B439FFFF
  6365.       FFFFF9F9F900FFFFFFFFFFFFFFFFFFFFF901010101F8FFF901010101F8FF6038
  6366.       643868386C387038743878387C388038B438BC38C038C438C838CC38D038FFFF
  6367.       FFFFF9F9F900FFFFFFFFFFFFFFFFFFFFFFF901010101F80101010101F8FF9736
  6368.       9D36A736AE36B336BE36D0360237353759377637D037D837DC37E037E437FFFF
  6369.       FFF9F9F9F9F900FFFFFFFFFFFFFFFFFFFFFFF90101010101010101F8FFFF8A32
  6370.       8F3294327C3381338633D0331C34B034BF3443354E3570357D3582359635FFFF
  6371.       F9F9F9F9F9F900FFFFFFFFFFFFFFFFFFFFFFFFF9010101010101F8FFFFFFFD3D
  6372.       023E073E693FAA3F000000C00C008401000012302930B730D5301C312131FFF8
  6373.       F9F900FFF9F9F900FFFFFFFFFFFFFFFFFFFFFFFF0101010101F8FFFFFFFFCC3A
  6374.       DC3AEE3A003B8C3BCA3BDB3B3E3CA03CB43CDF3C5C3D613D663D733D783DF8F9
  6375.       00FFFFFFFFF9F900FFFFFFFFFFFFFFFFFFFFFFFFF901010101F8FFFFFFFFF635
  6376.       FA35023638364336B336EA3624372C373E379A37A537C9374E3852385638FFFF
  6377.       FFFFFFFFFFF9F9F900FFFFFFFFFFFFFFFFFFFFF90101010101F8FFFFFFFFBE3E
  6378.       2B3F463FAB3F00B00C00C40000006C307B30E4303431383140319E311132FFFF
  6379.       FFFFFFFFFFFFF9F900FFFFFFFFFFFFFFFFFFF9010101F8010101F8FFFFFF883C
  6380.       8C3CC03CC83CCC3CD03CD43CD83CDC3CE03CE43CE83CEC3C0A3D423D4C3DFFFF
  6381.       FFFFFFFFFFFFFFF9F900FFFFFFFFFFFFFFF9010101F8FFF9010101F8FFFFA83B
  6382.       AC3BB03BB43BE43BEC3BF03BF43BF83BFC3B003C043C083C0C3C103C143CFFFF
  6383.       FFFFFFFFFFFFFFFFF8F900FFFFFFFFFFFFF90101F8FFFFFFF9010101F8FFCC3A
  6384.       D03AD43AD83ADC3AE03A0C3B143B183B1C3B203B243B283B2C3B303B343BFFFF
  6385.       FFFFFFFFFFFFFFFFFFF8F900FFFFFFFFFFFFF901FFFFFFFFFFF9010101FF6700
  6386.       00000D004F0000001100BC2AFA015C000000F83FFA01043FFA0146536F63FFFF
  6387.       FFFFFFFFFFFFFFFFFFFFFFF9F900FFFFFFFFFFFFFFFFFFFFFFFFF901F9FF6B65
  6388.       74000D00230000000F00EC21FA0154000000B43FFA013C3EFA014648776EFFFF
  6389.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D00
  6390.       960000000D00E025FA0148000000743FFA0100000000464F6E50726F6772424D
  6391.       3E010000000000003E0000002800000040000000200000000100010000000000
  6392.       000100000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  6393.       FFFFFFFF080808080808FFFFFFFFFFFFFF080808FFFFFFFFFFFFFFFFFFFFFFFF
  6394.       FFFFFFFFFFFFFFFFFFFFFFFF0808080808080808FFFFFFFFFFFFFF0808080808
  6395.       08FFFFFFFFFFFFFF080808080808FFFFFFFFFFFFFF08080808080808FFFFFFFF
  6396.       FFFFFFFF08080808080808FFFFFFFFFFFFFF0808FFFFFFFFFFFFFFFF00000000
  6397.       FFFFFFFF00000000FFFFFFFF0000000008FFFFFF00000000FFFFFFFF00000000
  6398.       FFFFFFFF00000000FFFFFFFF00000000FFFF000000000000FFFFFFFF00000000
  6399.       FFFFFFFF00000000FF08FFFF00000000FF08FFFF00000000FFFFFFFF00000000
  6400.       FFFFFFFF00000000FFFFFFFF00000000FFFFFF0800000000FFFFFF08}
  6401.   end
  6402.   object StringSearch: TIMLFindText
  6403.     FileMask = '*.*'
  6404.     OnFound = StringSearchFound
  6405.     OnSearch = StringSearchSearch
  6406.     Left = 168
  6407.     Top = 336
  6408.   end
  6409.   object SenseModem1: TSenseModem
  6410.     Left = 144
  6411.     Top = 336
  6412.   end
  6413.   object EchoC1: TEchoC
  6414.     Interval = 5
  6415.     NoEchoes = 3
  6416.     OnRecv = EchoC1Recv
  6417.     OnNewData = EchoC1NewData
  6418.     OnDone = EchoC1Done
  6419.     Left = 48
  6420.     Top = 336
  6421.   end
  6422.   object Sonar1: TSonar
  6423.     Sound = False
  6424.     OnRecvData = Sonar1RecvData
  6425.     OnResolveData = Sonar1ResolveData
  6426.     Left = 96
  6427.     Top = 336
  6428.   end
  6429.   object Trace1: TTrace
  6430.     OnRecvData = Trace1RecvData
  6431.     OnResolveData = Trace1ResolveData
  6432.     Left = 72
  6433.     Top = 336
  6434.   end
  6435.   object ZipFileReader1: TZipFileReader
  6436.     OnReadFile = ZipFileReader1ReadFile
  6437.     Left = 120
  6438.     Top = 336
  6439.   end
  6440.   object PrinterSetupDialog1: TPrinterSetupDialog
  6441.     Left = 24
  6442.     Top = 344
  6443.   end
  6444. end
  6445.